2021 Method
Changes 0
M

Form.RotateProfile

Description:
Rotate a profile of the form, by a specified angle around a given axis.
public void RotateProfile(
	int profileIndex,
	Line axis,
	double angle
)
  • Int32
    profileIndex
    Index to specify the profile.
  • axis
    An unbounded line that represents the axis of rotation.
  • Double
    angle
    The angle, in radians, by which the element is to be rotated around the specified axis.