ACadSharp.Entities.MText - DomCR/ACadSharp GitHub Wiki
Represents a entity.
Object name
Dxf class name
Namespace: ACadSharp.Entities
C#
DxfNameAttribute
DxfSubClassAttribute
public class MText
Returns | Name | Summary |
---|---|---|
XYZ |
AlignmentPoint | X-axis direction vector(in WCS) |
AttachmentPointType |
AttachmentPoint | Attachment point |
Color |
BackgroundColor | Background fill color |
BackgroundFillFlags |
BackgroundFillFlags | Background fill setting |
Double |
BackgroundScale | Determines how much border there is around the text. |
Transparency |
BackgroundTransparency | Transparency of background fill color |
TextColumn |
Column | |
DrawingDirectionType |
DrawingDirection | Drawing direction |
Double |
Height | Changes the height of the object. |
Double |
HorizontalWidth | Horizontal width of the characters that make up the mtext entity. |
This value will always be equal to or less than the value of group code 41 | ||
XYZ |
InsertPoint | A 3D WCS coordinate representing the insertion or origin point. |
Boolean |
IsAnnotative | |
Double |
LineSpacing | Mtext line spacing factor. |
LineSpacingStyleType |
LineSpacingStyle | Mtext line spacing style |
XYZ |
Normal | Specifies the three-dimensional normal unit vector for the object. |
String |
ObjectName | |
ObjectType |
ObjectType | |
Double |
RectangleHeight | Reference rectangle height. |
Double |
RectangleWidth | Reference rectangle width. |
Double |
Rotation | Specifies the rotation angle for the object. |
TextStyle |
Style | Style of this text entity. |
String |
SubclassMarker | |
String |
Value | Specifies the text string for the entity. |
Double |
VerticalHeight | Vertical height of the mtext entity |
Returns | Name | Summary |
---|---|---|
CadObject |
Clone | |
BoundingBox |
GetBoundingBox | Gets the bounding box aligned with the axis XYZ that occupies this entity. |