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
Syntaxpublic static EntityObject NormalizeEntity(
EntityObject Entity
)
Public Shared Function NormalizeEntity (
Entity As EntityObject
) As EntityObject
public:
static EntityObject^ NormalizeEntity(
EntityObject^ Entity
)
static member NormalizeEntity :
Entity : EntityObject -> EntityObject
STATIC METHOD NormalizeEntity(
Entity AS EntityObject
) AS EntityObject
Parameters
- Entity
- Type: DXFReaderNET.EntitiesEntityObject
The entity to normalize.
Return Value
Type:
EntityObjectThe normalized entity.
RemarksTransforms 3D entities by flattening them onto the XY plane along a specified direction
See Also