SilverScreen Solid Modeler

pgroup_remove

pgroup_remove

Previous topic Next topic  

pgroup_remove

Previous topic Next topic JavaScript is required for the print function  

 

SilverScreenAPI

 

void pgroup_remove(OBJECT_NODE *parent, PRIM_NODE *prim);

 

 

OBJECT_NODE *parent;  // A pointer to an OBJECT_NODE

PRIM_NODE   *prim;    // A pointer to a PRIM_NODE

 

 




Synopsis

#include "silver.h"

#include "ssnodes.h"

 

The pgroup_remove function removes a primitive from the current p-group.

 

 

Parameters

parent is the parent object of the primitive to remove from the p-group

prim is the primitive to be removed from the p-group

 

 

Return Value

none

 

 

See Also

pgroup_append