1-800-975-iCAD
9:00am to 5:00pm Pacific Time
Rotate3D Method
Rotate3D method
Rotates the selection set and all its members about an axis formed by two points. The direction of the axis is from point1 to point2.
Syntax
object.Rotate3D(Point1, Point2, RotationAngle)
Where:
object is an progeCAD entity;
Point1 is an progeCAD Point object representing the first point of the axis about which objects will be rotated;
Point2 is an progeCAD Point object representing the second point of the axis about which objects will be rotated;
RotationAngle is a double-precision variable (or value) representing the angle in radians.
Examples...
Rotate3D method example
|
|
|