FCTSession::SetImportParameters

Set Import parameters, Tack care to set scale factor before because import parameters will be scale according to scale factor

Windows
MacOS
Linux

References

Module

CADInterfaces

Header

/Engine/Plugins/Enterprise/DatasmithCADImporter/Source/CADInterfaces/Public/CTSession.h

Include

#include "CTSession.h"

Source

/Engine/Plugins/Enterprise/DatasmithCADImporter/Source/CADInterfaces/Private/CTSession.cpp

Syntax

void SetImportParameters
(
    float ChordTolerance,
    float MaxEdgeLength,
    float NormalTolerance,
    CADLibrary::EStitchingTechnique StitchingTechnique,
    bool bScaleUVMap
)

Remarks

Set Import parameters, Tack care to set scale factor before because import parameters will be scale according to scale factor

Parameters

Parameter

Description

ChordTolerance

: SAG

MaxEdgeLength

: max length of element's edge

NormalTolerance

: Angle between two adjacent triangles

StitchingTechnique

: CAD topology correction technique

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss