Click or drag to resize

MathHelperNormalizeEntity Method

Projects an entity to the XY plane along the specified normal vector.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntax
public static EntityObject NormalizeEntity(
	EntityObject Entity
)

Parameters

Entity
Type: DXFReaderNET.EntitiesEntityObject
The entity to normalize.

Return Value

Type: EntityObject
The normalized entity.
Remarks
Transforms 3D entities by flattening them onto the XY plane along a specified direction
See Also