====rotate({{ArgTypeString}} object, {{ArgTypeAny}} rot_angle_degree, {{ArgTypeAny}} rot_axis_x, {{ArgTypeAny}} rot_axis_y, {{ArgTypeAny}} rot_axis_z)====
''Example: rotate("Pyramid_1",45,501,501,0)''
Description: Rotates an object about the Z-axis at a given pointline passing through its LCS center and aligned along the specified direction vector (rot_axis) by the specified angle.
====scale({{ArgTypeString}} object, {{ArgTypeAny}} scale_factor)====