children()

Synopsis

Returns a list of all child parts of the local part . This function is also used to supply a default value for the children rule , so it never evaluates the children rule . This allows the children rule to be redefined, possibly using the children() function. The result of the function depends on the local part in which the function is invoked.

Syntax

children ( ) As List 

Example 1

Part has no children
Intent >children() 
--> {} 

Example 2

Part has children
Intent > children() 
--> {Root.BaseBlock, Root.CylBody, Root.TopConeBody, Root.Mate_BlockTopCylBtm, Root.Tangent_BlockToCyl_1, Root.IvDrawingDocument_1, Root.IvAssemblyDocument_1}