Changes

Python Integration

164 bytes removed, 17:56, 2 December 2015
/* Transform Functions */
''Example:subtract("Subtract_Object","Rect_Strip1",,"Rect_Strip2")''
Description: Creates a subtraction Boolean object named 'label' by subtracting object_2 from object_1. An error will be thrown if a Boolean object named 'label' already exists.
====union({{ArgTypeString}} label, {{ArgTypeAnyArgTypeString}} x0object_1, {{ArgTypeAnyArgTypeString}} y0, {{ArgTypeAny}} z0, {{ArgTypeAny}} rot_x, {{ArgTypeAny}} rot_y, {{ArgTypeAny}} rot_z, {{ArgTypeAny}} lengthobject_2)====
''Example:union("line_1Union_Object",0"Rect_Strip1",0,0,0,90,0,100"Rect_Strip2")''
Description: Draws Creates a rotated Line Boolean object in the scene under the currently activated Material Group nodenamed 'label' by unioning object_1 and object_2. Unlike most other CAD functions, An error will be thrown if Line a Boolean object named 'label' already exists in the scene,an error will be thrown.
====intersect({{ArgTypeString}} label, {{ArgTypeAnyArgTypeString}} x0object_1, {{ArgTypeAnyArgTypeString}} y0, {{ArgTypeAny}} z0, {{ArgTypeAny}} radius, {{ArgTypeAny}} start_angle, {{ArgTypeAny}} end_angleobject_2)====
''Example:intersect("pyramid_1Intersection_Object",0"Rect_Strip1",0,0,10,10,100"Rect_Strip2")''
Description: Draws Creates a circular curve Boolean object in the scene under the currently activated Material Group node, or modifies named 'label' by intersecting object_1 and object_1. An error will be thrown if a Circle Boolean object if Circle named 'label' already exists. The parameters start_angle and end_angle are in degrees.
====array({{ArgTypeString}} label, {{ArgTypeAny}} x0, {{ArgTypeAny}} y0, {{ArgTypeAny}} z0, {{ArgTypeAny}} nturns, {{ArgTypeAny}} radius_inner, {{ArgTypeAny}} radius_outer)====
831
edits