-
-
Notifications
You must be signed in to change notification settings - Fork 132
ACadSharp.Entities.MText
Albert Domenech edited this page Mar 25, 2025
·
7 revisions
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. |
String[] |
GetTextLines | Get the text value separated in lines. |
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