CADability dotNET
Creates a modification that performs a rotation about an axis through the given point

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public static ModOp Rotate(
	GeoPoint FixPoint,
	GeoVector Axis,
	SweepAngle Rotation
)
Visual Basic
Public Shared Function Rotate ( _
	FixPoint As GeoPoint, _
	Axis As GeoVector, _
	Rotation As SweepAngle _
) As ModOp
Visual C++
public:
static ModOp Rotate(
	GeoPoint FixPoint, 
	GeoVector Axis, 
	SweepAngle Rotation
)

Parameters

FixPoint
Type: CADability..::..GeoPoint
point on the axis
Axis
Type: CADability..::..GeoVector
direction of the axis
Rotation
Type: CADability..::..SweepAngle
rotation angle

Return Value

the resulting modification

See Also