Navigation
API > API/Plugins > API/Plugins/CADTools > API/Plugins/CADTools/FImportParameters
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetTesselationParameters
(
double InChordTolerance, |
CADOptions.h | ||
void SetTesselationParameters
(
double InChordTolerance, |
CADOptions.h |
SetTesselationParameters(double, double, double, EStitchingTechnique)
| Name | SetTesselationParameters |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/DatasmithCADImporter/Source/CADTools/Public/CADOptions.h |
| Include Path | #include "CADOptions.h" |
void SetTesselationParameters
(
double InChordTolerance,
double InMaxEdgeLength,
double InMaxNormalAngle,
EStitchingTechnique InStitchingTechnique
)
SetTesselationParameters(double, double, double, EStitchingTechnique, EMesher)
| Name | SetTesselationParameters |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/DatasmithCADImporter/Source/CADTools/Public/CADOptions.h |
| Include Path | #include "CADOptions.h" |
void SetTesselationParameters
(
double InChordTolerance,
double InMaxEdgeLength,
double InMaxNormalAngle,
EStitchingTechnique InStitchingTechnique,
EMesher InMesher
)