API Documentation
Loading...
Searching...
No Matches
CADHelperFunctions Class Reference

Useful functions for interfacing with the standard CAD environment. More...

#include <CADHelperFunctions.h>

Static Public Member Functions

static String CADLayerName (const Model &model)
 Calculates the layer name of a Model.
 
static void DXFConvertToPlacementData (PlacementData &data, Matrix< fltp08 > transform)
 
static bool DXFShouldExport (FactoryOptions options, const Model &model)
 
static void FillOutData (const Model &model, EntityData &data)
 
static void FillOutLayerData (const Model &layer, LayerData &data)
 
static CADColorInfo GenerateDXFColorInfo (const Model &model, bool is_flat, bool is_vertex)
 Converts color information from a Model into a CADColorInfo container.
 

Detailed Description

Useful functions for interfacing with the standard CAD environment.


Member Function Documentation

◆ CADLayerName()

static String CADLayerName ( const Model & model)
static

Calculates the layer name of a Model.


◆ DXFConvertToPlacementData()

static void DXFConvertToPlacementData ( PlacementData & data,
Matrix< fltp08 > transform )
static

◆ DXFShouldExport()

static bool DXFShouldExport ( FactoryOptions options,
const Model & model )
static

◆ FillOutData()

static void FillOutData ( const Model & model,
EntityData & data )
static

◆ FillOutLayerData()

static void FillOutLayerData ( const Model & layer,
LayerData & data )
static

◆ GenerateDXFColorInfo()

static CADColorInfo GenerateDXFColorInfo ( const Model & model,
bool is_flat,
bool is_vertex )
static

Converts color information from a Model into a CADColorInfo container.



The documentation for this class was generated from the following file: