-
-
Notifications
You must be signed in to change notification settings - Fork 122
ACadSharp.Entities.Entity
Albert Domenech edited this page Nov 25, 2024
·
6 revisions
The standard class for a basic CAD entity or a graphical object.
Namespace: ACadSharp.Entities
C#
DxfSubClassAttribute
public abstractclass Entity
Returns | Name | Summary |
---|---|---|
BookColor |
BookColor | Book color for this entity. |
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) |
String |
SubclassMarker | |
Transparency |
Transparency | Transparency value. |
Returns | Name | Summary |
---|---|---|
CadObject |
Clone | |
BoundingBox |
GetBoundingBox | Gets the bounding box aligned with the axis XYZ that occupies this entity. |
Void |
MatchProperties(ACadSharp.Entities.IEntity) |
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- 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