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

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

Syntax

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

Parameters

Axis
Type: CADability..::..GeoVector
direction of the axis
Rotation
Type: CADability..::..SweepAngle
rotation angle

Return Value

the resulting modification

See Also