Changes

Python Integration

188 bytes removed, 16:59, 2 December 2015
/* Solid Objects */
===Solid Objects===
====rect_stripbox({{ArgTypeString}} label, {{ArgTypeAny}} x0, {{ArgTypeAny}} y0, {{ArgTypeAny}} z0, {{ArgTypeAny}} length, {{ArgTypeAny}} width, {{ArgTypeAny}} height)====
''Example:rect_stripbox("my_rectanglemy_box",0,0,0,"x",y,100)''
Description: Draws a Rect Strip Box object in the scene under the currently activated Material Group node, or modifies a Rect Strip Box if Rect Strip Box 'label' already exists.
====circ_stripcylinder({{ArgTypeString}} label, {{ArgTypeAny}} x0, {{ArgTypeAny}} y0, {{ArgTypeAny}} z0, {{ArgTypeAny}} inner_radiusradius, {{ArgTypeAny}} outer_radiusheight)====
''Example:circ_stripcylinder("cs_1cylinder_1",0,0,0,010,100)''
Description: Draws a Circular Strip Cylinder object in the scene under the currently activated Material Group node, or modifies a Circular Strip Cylinder if Circular Strip Cylinder 'label' already exists.
====poly_strippyramid({{ArgTypeString}} label, {{ArgType| 3x1 Python tupleArgTypeAny}} p0x0, {{ArgType| 3x1 Python tupleArgTypeAny}} p1y0, ... {{ArgType| 3x1 Python tupleArgTypeAny}} pnz0, {{ArgTypeAny}} base_x, {{ArgTypeAny}} base_y, {{ArgTypeAny}} height)====
''Example:poly_strippyramid("ps_1pyramid_1",(0,0,0),(110,010,0),(1,0,0)100)''
Description: Creates or modifies Draws a PolyStrip Pyramid object in the scene. Each point is represented with under the currently activated Material Group node, or modifies a Python tuple type. The poly_strip function is Pyramid if Pyramid 'self-closinglabel' -- there is no need to supply the first point again at the end of the point listalready exists.
====nurbs_stripsphere({{ArgTypeString}} label, {{ArgType| 3x1 Python tupleArgTypeAny}} p0x0, {{ArgType| 3x1 Python tupleArgTypeAny}} p1y0, ... {{ArgType| 3x1 Python tupleArgTypeAny}} pnz0, {{ArgTypeAny}} radius, {{ArgTypeAny}} start_angle, {{ArgTypeAny}} end_angle)====
''Example:nurbs_strippyramid("ns_1pyramid_1",(0,0,0),(110,010,0100),(1,0,0))'' Description: Creates or modifies a NURBS Strip object in the scene. Each point is represented with a Python tuple type. The nurbs_strip function is 'self-closing' -- there is no need to supply the first point again at the end of the point list.
Description: Draws a Pyramid object in the scene under the currently activated Material Group node, or modifies a Pyramid if Pyramid 'label' already exists.
===Line Objects===
831
edits