Changes

Python Integration

66 bytes removed, 17:50, 2 December 2015
/* Transform Functions */
===Transform Functions===
====subtract({{ArgTypeString}} label, {{ArgTypeAnyArgTypeString}} x0object_1, {{ArgTypeAnyArgTypeString}} y0, {{ArgTypeAny}} z0, {{ArgTypeAny}} lengthobject_2)====
''Example:subtract("my_lineSubtract_Object",0"Rect_Strip1",0,0,100"Rect_Strip2")''
Description: Draws Creates a Line subtraction object in the scene under the currently activated Material Group node, or modifies a Line if Line named 'label' already existsby subtracting object_2 from object_1.
====line_unionunion({{ArgTypeString}} label, {{ArgTypeAny}} x0, {{ArgTypeAny}} y0, {{ArgTypeAny}} z0, {{ArgTypeAny}} rot_x, {{ArgTypeAny}} rot_y, {{ArgTypeAny}} rot_z, {{ArgTypeAny}} length)====
''Example:lineunionrotatedunion("line_1",0,0,0,0,90,0,100)''
Description: Draws a rotated Line object in the scene under the currently activated Material Group node. Unlike most other CAD functions, if Line 'label' already exists in the scene,
831
edits