-
-
Notifications
You must be signed in to change notification settings - Fork 158
ACadSharp.Entities.UnderlayEntity_T_
Albert Domenech edited this page Jul 20, 2025
·
1 revision
Common base class for all underlay entities, like .
Namespace: ACadSharp.Entities
C#
DxfSubClassAttribute
public abstractclass UnderlayEntity<T>
Returns | Name | Summary |
---|---|---|
List<XY> |
ClipBoundaryVertices | 2d points in OCS/ECS. |
Byte |
Contrast | Contrast. |
T |
Definition | The AcDbUnderlayDefinition object. |
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. |
Returns | Name | Summary |
---|---|---|
Void |
ApplyTransform(CSMath.Transform) | |
CadObject |
Clone | |
BoundingBox |
GetBoundingBox | Gets the bounding box aligned with the axis XYZ that occupies this entity. |
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- ACadSharp.Extensions
- ACadSharp.Header
- ACadSharp.IO
- ACadSharp.IO.DWG
- ACadSharp.Objects
- ACadSharp.Objects.Collections
- ACadSharp.Objects.Evaluations
- ACadSharp.Tables
- ACadSharp.Tables.Collections
- ACadSharp.Types.Units
- ACadSharp.XData
- CSMath
- CSMath.Geometry
- CSUtilities.Attributes
- CSUtilities.Extensions