![]() |
API Documentation
|
logic for storing a leader in a CAD-friendly way for exporting and importing. More...
#include <CADEntities.h>
Public Types | |
| enum | LeaderPathType { e_segments = 0 , e_spline = 1 } |
Public Member Functions | |
| LeaderData () | |
| LeaderData (bool lArrowHeadFlag, LeaderPathType lLeaderPathType, int lLeaderCreationFlag, int lHooklineDirectionFlag, int lHooklineFlag, fltp08 lTextAnnotationHeight, fltp08 lTextAnnotationWidth) | |
Public Attributes | |
| BitFlag | hookline_direction_flag |
| BitFlag | hookline_flag |
| BitFlag | leader_creation_flag |
| LeaderPathType | leader_path_type |
| Vector< 2, fltp08 > | text_annotation_size |
| bool | use_arrowhead |
Public Attributes inherited from EntityData | |
| CADColorInfo | color_info |
| uint04 | file_line_number = Constant<uint04>::Invalid |
| bool | is_off = false |
| String | layer |
| String | line_type |
| fltp08 | line_type_scale = 1.0 |
| uint04 | material_handle = Constant<uint04>::Invalid |
| bool | paper_space = false |
| PaperSpace | paper_space_info |
| bool | visible = true |
Public Attributes inherited from HandleData | |
| uint04 | file_line_number = Constant<uint04>::Invalid |
| uint04 | handle = Constant<uint04>::Invalid |
| uint04 | parent_handle = Constant<uint04>::Invalid |
logic for storing a leader in a CAD-friendly way for exporting and importing.
| enum LeaderPathType |
|
inline |
|
inline |
| BitFlag hookline_direction_flag |
| BitFlag hookline_flag |
| BitFlag leader_creation_flag |
| LeaderPathType leader_path_type |
| bool use_arrowhead |