ACadSharp.Entities.UnderlayEntity - DomCR/ACadSharp GitHub Wiki
UnderlayEntity Class
Common base class for all underlay entities, like .
Definition
Namespace: ACadSharp.Entities
C#
DxfSubClassAttribute
public abstractclass UnderlayEntity
Properties
Returns | Name | Summary |
---|---|---|
Byte |
Contrast | Contrast |
UnderlayDefinition |
Definition | |
Byte |
Fade | Fade |
UnderlayDisplayFlags |
Flags | Underlay display options. |
XYZ |
InsertPoint | Insertion point(in WCS) |
XYZ |
Normal | Specifies the three-dimensional normal unit vector for the object. |
Double |
Rotation | Specifies the rotation angle for the object. |
String |
SubclassMarker | |
Double |
XScale | X scale factor |
Double |
YScale | Y scale factor |
Double |
ZScale | Z scale factor |
Methods
Returns | Name | Summary |
---|---|---|
BoundingBox |
GetBoundingBox | Gets the bounding box aligned with the axis XYZ that occupies this entity. |