| CFx SDK Documentation
    2020SP3
    | 
Go to the source code of this file.
| Classes | |
| class | OdDbMlineStyle | 
| Macros | |
| #define | MSTYLE_DXF_FILL_ON (0x1) | 
| #define | MSTYLE_DXF_SHOW_MITERS (0x2) | 
| #define | MSTYLE_DXF_START_SQUARE_CAP (0x10) | 
| #define | MSTYLE_DXF_START_INNER_ARCS (0x20) | 
| #define | MSTYLE_DXF_START_ROUND_CAP (0x40) | 
| #define | MSTYLE_DXF_END_SQUARE_CAP (0x100) | 
| #define | MSTYLE_DXF_END_INNER_ARCS (0x200) | 
| #define | MSTYLE_DXF_END_ROUND_CAP (0x400) | 
| #define | MSTYLE_DXF_JUST_TOP (0x1000) | 
| #define | MSTYLE_DXF_JUST_ZERO (0x2000) | 
| #define | MSTYLE_DXF_JUST_BOT (0x4000) | 
| Typedefs | |
| typedef OdSmartPtr< OdDbMlineStyle > | OdDbMlineStylePtr | 
| #define MSTYLE_DXF_END_INNER_ARCS (0x200) | 
Definition at line 39 of file DbMlineStyle.h.
| #define MSTYLE_DXF_END_ROUND_CAP (0x400) | 
Definition at line 40 of file DbMlineStyle.h.
| #define MSTYLE_DXF_END_SQUARE_CAP (0x100) | 
Definition at line 38 of file DbMlineStyle.h.
| #define MSTYLE_DXF_FILL_ON (0x1) | 
Definition at line 33 of file DbMlineStyle.h.
| #define MSTYLE_DXF_JUST_BOT (0x4000) | 
Definition at line 43 of file DbMlineStyle.h.
| #define MSTYLE_DXF_JUST_TOP (0x1000) | 
Definition at line 41 of file DbMlineStyle.h.
| #define MSTYLE_DXF_JUST_ZERO (0x2000) | 
Definition at line 42 of file DbMlineStyle.h.
| #define MSTYLE_DXF_SHOW_MITERS (0x2) | 
Definition at line 34 of file DbMlineStyle.h.
| #define MSTYLE_DXF_START_INNER_ARCS (0x20) | 
Definition at line 36 of file DbMlineStyle.h.
| #define MSTYLE_DXF_START_ROUND_CAP (0x40) | 
Definition at line 37 of file DbMlineStyle.h.
| #define MSTYLE_DXF_START_SQUARE_CAP (0x10) | 
Definition at line 35 of file DbMlineStyle.h.
| typedef OdSmartPtr<OdDbMlineStyle> OdDbMlineStylePtr | 
This template class is a specialization of the OdSmartPtr class for OdDbMlineStyle object pointers.
Definition at line 366 of file DbMlineStyle.h.