Changes

Glossary of EM.Cube's Python Functions

69 bytes added, 03:41, 16 September 2016
/* EM.Cube's Python Functions for Geometric Object Transformation */
Description: Returns the specified coordinate of the unit vector along the specified local axis of an object.
 
====get_lcs_offset({{ArgTypeString}} object, {{ArgTypeAny}} x_off, {{ArgTypeAny}} y_off, {{ArgTypeAny}} z_off, {{ArgTypeString}} coordinate)====
 
''Example: get_lcs_offset("box_1",50,50,0,"x")''
 
Description: Returns the specified coordinate of the LCS of an object after being translated by the specified offset values along the three principal axes.
====get_extent({{ArgTypeString}} object, {{ArgTypeString}} coordinate)====
Description: Links the rotation angles of the LCS of the first object to the rotation angles of the LCS of the second object by the specified angle offset values in degrees along the three axes.
 
====get_lcs_offset({{ArgTypeString}} object, {{ArgTypeAny}} x_off, {{ArgTypeAny}} y_off, {{ArgTypeAny}} z_off, {{ArgTypeString}} coordinate)====
 
''Example: get_lcs_offset("box_1",50,50,0,"x")''
 
Description: Returns the offset of the LCS of an object along the specified direction.
====mirror({{ArgTypeString}} object, {{ArgTypeAny}} x0, {{ArgTypeAny}} y0, {{ArgTypeAny}} z0, {{ArgTypeAny}} uX, {{ArgTypeAny}} uY, {{ArgTypeAny}} uZ)====
28,333
edits