Description: Draws a circular curve object in the scene under the currently activated Material Group node, or modifies a Circle object if Circle 'label' already exists. The parameters start_angle and end_angle are in degrees.
====extrude({{ArgTypeString}} label, {{ArgTypeAny}} x0, {{ArgTypeAny}} y0, {{ArgTypeAny}} z0, {{ArgTypeAny}} nturns, {{ArgTypeAnyArgTypeString}} radius_innerobject, {{ArgTypeAny}} radius_outerheight)====
''Example:extrude("Helix_1Extrude_Object",0,0,0,5,15"Rect_Strip1",50)''
Description: Draws a helical curve in the scene under the currently activated Material Group node, Creates or modifies a Helix if Helix an Extrusion object from CAD object 'labelobject' already exists. radius_inner specifies the helix If modifying an existing extrusion, 's radius at object' is ignored, and the beginning of the helixpre-existing primitive is used. extrude(...) can only extrude objects that have a single face, and radius_outer specifies the radius at will extrude in the end direction of the helixface's normal.
====explode({{ArgTypeString}} object)====