Skip to content

ACadSharp.Entities.ProxyEntity

Albert Domenech edited this page Aug 19, 2025 · 1 revision

ProxyEntity Class

Represents a entity.

Remarks

Object name
Dxf class name

Definition

Namespace: ACadSharp.Entities

C#

DxfNameAttribute
DxfSubClassAttribute
public class ProxyEntity

Properties

Returns Name Summary
Int32 ClassId Application dxf class ID.
Int32 DrawingFormat Object drawing format when it becomes a proxy:
Low word is AcDbDwgVersion.
High word is MaintenanceReleaseVersion.
DxfClass DxfClass
Int32 MaintenanceVersion
String ObjectName
ObjectType ObjectType
Boolean OriginalDataFormatDxf Original custom object data format.
Int32 ProxyClassId Proxy object class ID.
String SubclassMarker
ACadVersion Version

Methods

Returns Name Summary
Void ApplyTransform(CSMath.Transform)
BoundingBox GetBoundingBox Gets the bounding box aligned with the axis XYZ that occupies this entity.
Clone this wiki locally