Changes

Glossary of EM.Cube's Python Functions

791 bytes removed, 23:07, 4 September 2016
/* EM.Cube's Python Functions for Geometric Object Creation */
Description: Draws a point in the project workspace under the currently activated material group node, or modifies the point named 'label' if it already exists.
 
 
 
{"param_curve", emag_curv_gen, METH_VARARGS, "param_curve(label,x0,y0,z0,model,orientation,start,stop,step,function[,y(t),z(t)]) -- Draw a spiral strip in the project workspace."},
 
{"polystrip",emag_polystrip,METH_VARARGS,"polystrip(label,(x0,y0,z0),(x1,y1,z1) ... ) -- Draw a polystrip in the project workspace."},
{"nurbs_strip",emag_nurbs_strip,METH_VARARGS,"nurbs_strip(label,(x0,y0,z0),(x1,y1,z1) ... ) -- Draw a NURBS strip in the project workspace."},
{"close_curve",emag_close_curve,METH_VARARGS,"close_curve(label,close_state) -- Draw a polystrip in the project workspace."},
{"param_surface", emag_surf_gen, METH_VARARGS, "param_surface(label,x0,y0,z0,orientation,start_1,stop_1,step_1,start_2,stop_2,step_2,function) -- Draw a spiral strip in the project workspace."},
== EM.Cube's Python Functions for Geometric Object Transformation ==
28,333
edits