API Reference > OdDb Classes > OdDbMline Class
OdDbMline Class
OdDbMlineOdDbMlineOdDbMline
Syntax
C++
class OdDbMline : public OdDbEntity;

DbMline.h

 

This class represents multi-line entities in an OdDbDatabase instance. 

Corresponding C++ library: TD_Db

Working with Multi-Lines 

OdDbXline, OdDbLine classes

 
Name 
Description 
 
This is OdDbMline, a member of class OdDbMline. 
 
Name 
Description 
 
Appends a vertex onto the end of this MLine entity.
 
 
Returns the direction vector of the segment starting at the specified vertex (DXF 12).  
 
Returns the closed status of this MLine entity(DXF 71, bit 0x02). 
 
Reads the .dwg file data of this object.
 
 
This is DWGMAP_DECLARE_MEMBERS, a member of class OdDbMline. 
 
Writes the .dwg file data of this object.
 
 
Reads the DXF data of this object.
 
 
Writes the DXF data of this object.
 
 
Attempts to find which element of the Mline object contains the point.  
 
Explodes this entity into a set of simpler entities.
 
 
This is the overview for the getClosestPointTo method overload. 
 
Returns the element and area fill parameters at the specified vertex (DXF 41 and 42).  
 
This is getPlane, a member of class OdDbMline. 
 
Returns the justification of this MLine entity (DXF 70). 
 
Returns the direction vector of the miter starting at the specified vertex (DXF 13).  
 
Moves the specified vertex of this MLine entity.
 
 
Returns the WCS normal to the plane of this entity (DXF 210). 
 
Returns the number of vertices in this MLine entity (DXF 72). 
 
Returns and removes the last vertex from this MLine entity.
 
 
Returns the scale of this entity (DXF 40). 
 
Controls the closed status of this MLine entity (DXF 71, bit 0x02).
 
 
Sets the justification of this MLine entity (DXF 70).  
 
Sets the WCS normal to the plane of this entity (DXF 210).  
 
Sets the element and area fill parameters at the specified vertex (DXF 41 and 42).  
 
Sets the scale of this entity (DXF 40). 
 
Sets the Object ID of the MLine Style of this MLine entity (DXF 340).  
 
Sets the "Suppress End Caps" status of this MLine entity (DXF 71, bit 0x04).
 
 
Sets the "Suppress Start Caps" status of this MLine entity (DXF 71, bit 0x04).
 
 
Returns the Object ID of the MLine Style of this MLine entity (DXF 340). 
 
Called as the first operation as this object is being closed, for database -resident objects only. 
 
Replace OdRxObjectPtrArray 
 
overridables 
 
This is subGetGsMarkersAtSubentPath, a member of class OdDbMline. 
 
This is subGetSubentPathsAtGsMarker, a member of class OdDbMline. 
 
This is subGetTransformedCopy, a member of class OdDbMline. 
 
This is subSetDatabaseDefaults, a member of class OdDbMline. 
 
This is subTransformBy, a member of class OdDbMline. 
 
This is subWorldDraw, a member of class OdDbMline. 
 
Returns the "Suppress End Caps" status of this MLine entity (DXF 71, bit 0x04). 
 
Returns the "Suppress Start Caps" status of this MLine entity (DXF 71, bit 0x04). 
 
Returns the specified vertex of this MLine entity (DXF 10 or 11).  
Copyright © 2002–2020. Open Design Alliance. All rights reserved.