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)====