Click or drag to resize

DxfDocumentRotateEntityAboutAxis Method

Rotate an entity about an arbitrary axis.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public void RotateEntityAboutAxis(
	ref EntityObject Entity,
	double Rotation,
	Vector3 StartPoint,
	Vector3 EndPoint
)

Parameters

Entity
Type: DXFReaderNET.EntitiesEntityObject
The entity 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