Skip to content

ACadSharp.Entities.UnknownEntity

Albert Domenech edited this page Oct 3, 2024 · 5 revisions

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.
Clone this wiki locally