Navigation
API > API/Plugins > API/Plugins/DatasmithContent > API/Plugins/DatasmithContent/FDatasmithTessellationOptions
Syntax
UPROPERTY (Config, EditAnywhere, BlueprintReadWrite, Category="Geometry & Tessellation Options",
Meta=(Units=cm, ToolTip="Maximum distance between any generated triangle and the original surface. Smaller values make more triangles.", ClampMin="0.005"))
float ChordTolerance
Remarks
Maximum distance between any point on a triangle generated by the tessellation process and the actual surface. The lower the value the more triangles. Default value is 0.2, minimal value is 0.005 cm.