ACadSharp.Entities.DimensionAligned - DomCR/ACadSharp GitHub Wiki
Represents a entity.
Object name
Dxf class name
Namespace: ACadSharp.Entities
C#
DxfNameAttribute
DxfSubClassAttribute
public class DimensionAligned
Returns | Name | Summary |
---|---|---|
Double |
ExtLineRotation | Linear dimension types with an oblique angle have an optional group code 52. |
When added to the rotation angle of the linear dimension(group code 50), | ||
it gives the angle of the extension lines | ||
XYZ |
FirstPoint | Insertion point for clones of a dimension—Baseline and Continue (in OCS) |
Double |
Measurement | |
String |
ObjectName | |
ObjectType |
ObjectType | |
XYZ |
SecondPoint | Definition point for linear and angular dimensions(in WCS) |
String |
SubclassMarker |
Returns | Name | Summary |
---|---|---|
BoundingBox |
GetBoundingBox | Gets the bounding box aligned with the axis XYZ that occupies this entity. |