2027 Method
Changes 0
M

Form.RotateSubElement

Description:
Rotate a face/edge/curve/vertex of the form, by a specified angle around a given axis.
public void RotateSubElement(
	Reference subElementReference,
	Line axis,
	double angle
)
  • subElementReference
    The geometry reference of face/edge/curve/vertex
  • 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.