Group Modification Functions

The functions in this group allow for sets to be scaled, rotated, and translated.

ScaleSet(int set_index, double scale)

RotateSet(int set_index, double x_rot_deg, ...)

TranslateSet(int set_index, ...)

TransformSet(int set_index, ...)

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]