ACadSharp.Entities.UnknownEntity - DomCR/ACadSharp GitHub Wiki
UnknownEntity Class
Class that holds the basic information for an unknown .
Remarks
Unknown entities may appear in the if the cad file contains proxies or entities not yet supported by ACadSharp.
Definition
Namespace: ACadSharp.Entities
C#
public class UnknownEntity
Properties
Returns | Name | Summary |
---|---|---|
DxfClass |
DxfClass | Dxf class linked to this entity. |
String |
ObjectName | |
ObjectType |
ObjectType | |
String |
SubclassMarker |
Methods
Returns | Name | Summary |
---|---|---|
BoundingBox |
GetBoundingBox | Gets the bounding box aligned with the axis XYZ that occupies this entity. |