ACadSharp.Entities.DimensionOrdinate - DomCR/ACadSharp GitHub Wiki
Represents a entity.
Object name
Dxf class name
Namespace: ACadSharp.Entities
C#
DxfNameAttribute
DxfSubClassAttribute
public class DimensionOrdinate
Returns | Name | Summary |
---|---|---|
XYZ |
FeatureLocation | Definition point for linear and angular dimensions (in WCS) |
Boolean |
IsOrdinateTypeX | Ordinate type. If true, ordinate is X-type else is ordinate is Y-type |
XYZ |
LeaderEndpoint | Definition point for linear and angular dimensions (in WCS) |
Double |
Measurement | |
String |
ObjectName | |
ObjectType |
ObjectType | |
String |
SubclassMarker |
Returns | Name | Summary |
---|---|---|
BoundingBox |
GetBoundingBox | Gets the bounding box aligned with the axis XYZ that occupies this entity. |