Skip to content

ACadSharp.Entities.IEntity

Albert Domenech edited this page Sep 10, 2025 · 5 revisions

IEntity Class

Definition

Namespace: ACadSharp.Entities

C#

public interface IEntity

Properties

Returns Name Summary
Color Color The True Color object of the object.
Boolean IsInvisible Specifies the visibility of an object or the application.
Layer Layer Specifies the layer for an object.
LineType LineType Linetype name (present if not BYLAYER).
The special name BYBLOCK indicates a floating linetype (optional)
Double LineTypeScale Linetype scale for this entity.
LineWeightType LineWeight Specifies the lineweight of an individual object or the default lineweight for the drawing.
Material Material Material object (present if not BYLAYER)
Transparency Transparency Transparency value.

Methods

Returns Name Summary
Color GetActiveColor Get the active color for the entity, process the colors like and .
LineType GetActiveLineType
LineWeightType GetActiveLineWeightType Get the active line weight for the entity, process the line weights like and .
Void MatchProperties(ACadSharp.Entities.IEntity) Match the properties of this entity with another entity.

Clone this wiki locally