Skip to content

ACadSharp.Entities.UnderlayEntity_T_

Albert Domenech edited this page Jul 20, 2025 · 1 revision

UnderlayEntity Class

Common base class for all underlay entities, like .

Definition

Namespace: ACadSharp.Entities

C#

DxfSubClassAttribute
public abstractclass UnderlayEntity<T>

Properties

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.

Methods

Returns Name Summary
Void ApplyTransform(CSMath.Transform)
CadObject Clone
BoundingBox GetBoundingBox Gets the bounding box aligned with the axis XYZ that occupies this entity.
Clone this wiki locally