Skip to content

ACadSharp.Entities.UnderlayEntity

Albert Domenech edited this page Apr 6, 2025 · 3 revisions

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
Void ApplyTransform(CSMath.Transform)
BoundingBox GetBoundingBox Gets the bounding box aligned with the axis XYZ that occupies this entity.
Clone this wiki locally