API Documentation
|
logic for storing a hatch-data in a CAD-friendly way for exporting and importing. More...
#include <CADEntities.h>
Public Member Functions | |
HatchData () | |
HatchData (uint04 numLoops, bool solid, fltp08 scale, const Angle< fltp08 > &angle, String pattern, const Vector< 2, fltp08 > &origin) | |
Public Attributes | |
Vector< 2, fltp08 > | pattern_origin |
String | pattern_name |
fltp08 | scale |
uint04 | num_loops |
Angle< fltp08 > | angle |
bool | is_solid |
logic for storing a hatch-data in a CAD-friendly way for exporting and importing.
Class: HatchData
Hatch patterns in CAD play an important role in architectural and mechanical drawings as they can be used to identify and locate different types of materials, objects and space, to show materials used,
|
inline |
|
inline |
bool is_solid |
uint04 num_loops |
String pattern_name |
fltp08 scale |