![]() |
NDEVR
API Documentation
|
Point data stored in a friendly way for interfacing with CAD. More...
Additional Inherited Members | |
| Public Attributes inherited from ExtrusionData | |
| fltp08 | elevation = 0.0 |
| The elevation above the extrusion plane. | |
| Vector< 3, fltp08 > | extrusion = Vector<3, fltp08>(0.0, 0.0, 1.0) |
| The extrusion direction vector. | |
| Public Attributes inherited from EntityData | |
| CADColorInfo | color_info |
| Color information for this entity. | |
| uint04 | file_line_number = Constant<uint04>::Invalid |
| Line number in the source file. | |
| bool | is_off = false |
| Whether the entity layer is off. | |
| String | layer |
| The layer this entity belongs to. | |
| String | line_type |
| The line type name for this entity. | |
| fltp08 | line_type_scale = 1.0 |
| Scale factor for the line type pattern. | |
| uint04 | material_handle = Constant<uint04>::Invalid |
| Handle to the associated material. | |
| bool | paper_space = false |
| Whether this entity is in paper space. | |
| PaperSpace | paper_space_info |
| Paper space configuration for this entity. | |
| bool | visible = true |
| Whether this entity is visible. | |
| Public Attributes inherited from HandleData | |
| uint04 | file_line_number = Constant<uint04>::Invalid |
| The line number in the source file. | |
| uint04 | handle = Constant<uint04>::Invalid |
| The handle of this object. | |
| uint04 | parent_handle = Constant<uint04>::Invalid |
| The handle of the parent object. | |
Point data stored in a friendly way for interfacing with CAD.
Definition at line 539 of file CADEntities.h.