Navigation
API > API/Plugins > API/Plugins/DatasmithContent > API/Plugins/DatasmithContent/FDatasmithTessellationOptions
Syntax
UPROPERTY&40;Config, EditAnywhere, BlueprintReadWrite, AdvancedDisplay,
Category&61;"Geometry & Tessellation Options",
Meta&61;&40;ToolTip&61;"Stitching technique applied on model before tessellation. Sewing could impact number of objects."&41;&41;
EDatasmithCADStitchingTechnique StitchingTechnique
Remarks
Stitching technique applied on neighbouring surfaces before tessellation. None : No stitching applied. This is the default. Sewing : Connects surfaces which physically share a boundary but not topologically within a set of objects. This technique can modify the structure of the model by removing and adding objects. Healing : Connects surfaces which physically share a boundary but not topologically within an object. The techniques are using the chord tolerance to determine if two surfaces should be stitched.