Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Datasmith Open Nurbs Options' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Datasmith Open Nurbs Options |
Outputs
| Type | Name | Description |
|---|---|---|
| enum | Geometry | |
| real | Chord Tolerance | Maximum distance between any generated triangle and the original surface. Smaller values make more triangles. |
| real | Max Edge Length | Maximum length of any edge in the generated triangles. Smaller values make more triangles. |
| real | Normal Tolerance | Maximum angle between adjacent triangles. Smaller values make more triangles. |
| enum | Stitching Technique | Stitching technique applied on model before tessellation. Sewing could impact number of objects. |
| real | Geometric Tolerance | Tolerance used to determine if a surface should be tessellated or not. |
| real | Stitching Tolerance | Tolerance used to determine if two surfaces should be stitched. |