Skip to content

ACadSharp.Entities.Solid

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

Solid Class

Represents a entity.

Remarks

Object name
Dxf class name

Definition

Namespace: ACadSharp.Entities

C#

DxfNameAttribute
DxfSubClassAttribute
public class Solid

Properties

Returns Name Summary
XYZ FirstCorner First corner.
XYZ FourthCorner Fourth corner.
XYZ Normal Specifies the three-dimensional normal unit vector for the object.
String ObjectName
ObjectType ObjectType
XYZ SecondCorner Second corner.
String SubclassMarker
Double Thickness Specifies the distance a 2D object is extruded above or below its elevation.
XYZ ThirdCorner Third corner.

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