Form.RotateProfile
Description:
Rotate a profile of the form, by a specified angle around a given axis.
Rotate a profile of the form, by a specified angle around a given axis.
public void RotateProfile(
int profileIndex,
Line axis,
double angle
)
-
Int32profileIndexIndex to specify the profile.
-
axisAn unbounded line that represents the axis of rotation.
-
DoubleangleThe angle, in radians, by which the element is to be rotated around the specified axis.