#include <CADKernelEngineDefinitions.h>
|
| | FCADKernelRetessellationSettings (double InChordTolerance=0.2f, double InMaxEdgeLength=0.0f, double InNormalTolerance=20.0f, ECADKernelStitchingTechnique InStitchingTechnique=ECADKernelStitchingTechnique::StitchingSew, ECADKernelRetessellationRule InRetessellationRule=ECADKernelRetessellationRule::AllFaces) |
| |
| | FCADKernelRetessellationSettings (const FCADKernelTessellationSettings &TessellationSettings, ECADKernelRetessellationRule InRetessellationRule=ECADKernelRetessellationRule::AllFaces) |
| |
| | FCADKernelTessellationSettings (double InChordTolerance=0.2, double InMaxEdgeLength=0.0, double InNormalTolerance=20.0, ECADKernelStitchingTechnique InStitchingTechnique=ECADKernelStitchingTechnique::StitchingSew, double InGeometricTolerance=0.001, double InStichingTolerance=0.001, bool bInUseCADKernel=true) |
| |
| bool | operator== (const FCADKernelTessellationSettings &Other) const |
| |
| uint32 | GetHash () const |
| |
| double | GetGeometricTolerance (bool bInMillimeter=false) const |
| |
| double | GetStitchingTolerance (bool bInMillimeter=false) const |
| |
| double | GetChordTolerance (bool bInMillimeter=false) const |
| |
| double | GetMaxEdgeLength (bool bInMillimeter=false) const |
| |
| bool | FromJson (const FString &JsonString) const |
| |
| FString | ToJson () const |
| |
◆ FCADKernelRetessellationSettings() [1/2]
◆ FCADKernelRetessellationSettings() [2/2]
◆ RetessellationRule
The documentation for this struct was generated from the following file: