ACadSharp.Entities.DimensionAngular2Line - DomCR/ACadSharp GitHub Wiki
Represents a entity.
Object name
Dxf class name
Namespace: ACadSharp.Entities
C#
DxfNameAttribute
DxfSubClassAttribute
public class DimensionAngular2Line
Returns | Name | Summary |
---|---|---|
XYZ |
AngleVertex | Definition point for diameter, radius, and angular dimensions (in WCS) |
XYZ |
DimensionArc | Point defining dimension arc for angular dimensions (in OCS) |
XYZ |
FirstPoint | Definition point for linear and angular dimensions (in WCS) |
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. |