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 | |
Vector< 2, fltp08 > | text_annotation_size |
bool | use_arrowhead |
LeaderPathType | leader_path_type |
BitFlag | leader_creation_flag |
BitFlag | hookline_direction_flag |
BitFlag | hookline_flag |
Public Attributes inherited from EntityData | |
String | layer |
String | line_type |
CADColorInfo | color_info |
fltp08 | line_type_scale = 1.0 |
PaperSpace | paper_space_info |
uint04 | material_handle = Constant<uint04>::NaN |
uint04 | file_line_number = Constant<uint04>::NaN |
bool | is_off = false |
bool | visible = true |
bool | paper_space = false |
Public Attributes inherited from HandleData | |
uint04 | handle = Constant<uint04>::NaN |
uint04 | parent_handle = Constant<uint04>::NaN |
uint04 | file_line_number = Constant<uint04>::NaN |
logic for storing a leader in a CAD-friendly way for exporting and importing.
Class: LeaderData
enum LeaderPathType |
|
inline |
|
inline |
BitFlag hookline_direction_flag |
BitFlag hookline_flag |
BitFlag leader_creation_flag |
LeaderPathType leader_path_type |
bool use_arrowhead |