| 
    | 
   ||
  | 
 public static PrimList FromChildren ( string obj_path ) public static PrimList FromChildren ( OBJECT_NODE obj ) 
 string obj_path; // A System.String OBJECT_NODE obj; // A SilverSharp.OBJECT_NODE data type 
  | 
  | 
||||
Synopsis  | 
The PrimList.FromChildren methods return a PrimList object that will enumerate all of the primitives of an object entity. 
  | 
  | 
||||
Parameters  | 
obj_path is a string that contains a SilverScreen path to the object whose primitives are to be enumerated 
 obj is a SilverSharp.OBJECT_NODE handle to the object whose primitives are to be enumerated 
  | 
  | 
||||
Return Value  | 
FromChildren returns a PrimList class 
  | 
  | 
||||
Remarks  | 
This function retrieves every child of an object entity, but will not delve into children of primitives that serve as containers (such as POLYGON_NODEs). 
  | 
  | 
||||
See Also  | 
 
  | 
  | 
||||
Example  | 
To visit all the children of an object entity, do this: 
 
 
 To visit all the children of a polygon primitive, do this: 
 
 
 
  | 
  |