Group Modification Functions
The functions in this group allow for sets to be scaled, rotated, and translated.
Details
-
openvsp.ScaleSet(int set_index, double scale)[source]
-
openvsp.RotateSet(int set_index, double x_rot_deg, double y_rot_deg, double z_rot_deg)[source]
-
openvsp.TranslateSet(int set_index, vec3d translation_vec)[source]
-
openvsp.TransformSet(int set_index, vec3d translation_vec, double x_rot_deg, double y_rot_deg, double z_rot_deg, double scale, bool scale_translations_flag)[source]