ACadSharp.Entities.TextEntity - DomCR/ACadSharp GitHub Wiki
Represents a
Object name
Dxf class name
Namespace: ACadSharp.Entities
C#
DxfNameAttribute
DxfSubClassAttribute
public class TextEntity
Returns | Name | Summary |
---|---|---|
XYZ |
AlignmentPoint | Second alignment point (in OCS) |
Double |
Height | Changes the height of the object. |
TextHorizontalAlignment |
HorizontalAlignment | Horizontal text justification type. |
XYZ |
InsertPoint | First alignment point(in OCS) |
TextMirrorFlag |
Mirror | Mirror flags. |
XYZ |
Normal | Specifies the three-dimensional normal unit vector for the object. |
String |
ObjectName | |
ObjectType |
ObjectType | |
Double |
ObliqueAngle | Specifies the oblique angle of the object. |
Double |
Rotation | Specifies the rotation angle for the object. |
TextStyle |
Style | Style of this text entity. |
String |
SubclassMarker | |
Double |
Thickness | Specifies the distance a 2D object is extruded above or below its elevation. |
String |
Value | Specifies the text string for the entity. |
TextVerticalAlignmentType |
VerticalAlignment | Vertical text justification type. |
Double |
WidthFactor | Relative X scale factor—widt |
Returns | Name | Summary |
---|---|---|
CadObject |
Clone | |
BoundingBox |
GetBoundingBox | Gets the bounding box aligned with the axis XYZ that occupies this entity. |