Skip to content

ACadSharp.Entities.MLine

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

MLine Class

Represents a entity.

Remarks

Object name
Dxf class name

Definition

Namespace: ACadSharp.Entities

C#

DxfNameAttribute
DxfSubClassAttribute
public class MLine

Properties

Returns Name Summary
MLineFlags Flags Flags.
MLineJustification Justification Justification.
XYZ Normal Extrusion direction.
String ObjectName
ObjectType ObjectType
Double ScaleFactor Scale factor.
XYZ StartPoint Start point(in WCS).
MLineStyle Style MLine Style.
String SubclassMarker
List<Vertex> Vertices Vertices in the MLine.

Methods

Returns Name Summary
Void ApplyTransform(CSMath.Transform)
CadObject Clone
BoundingBox GetBoundingBox Gets the bounding box aligned with the axis XYZ that occupies this entity.
Clone this wiki locally