Click or drag to resize

DxfDocumentRotateEntitiesAboutAxis Method

Rotate a list of entities about an arbitrary axis.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public void RotateEntitiesAboutAxis(
	IEnumerable Entities,
	double Rotation,
	Vector3 StartPoint,
	Vector3 EndPoint
)

Parameters

Entities
Type: System.CollectionsIEnumerable
The list entities to rotate.
Rotation
Type: SystemDouble
Rotation angle in degree.
StartPoint
Type: DXFReaderNETVector3
Start point of rotation axis.
EndPoint
Type: DXFReaderNETVector3
End point of rotation axis.
See Also