vmtksurfaceremeshing
Description
remesh a surface using quality triangles
Input arguments
| Argument | Variable | Type | Length | Range | Default | Description |
| id | Id | str | 1 | | 0 | script id |
| handle | Self | self | 1 | | | handle to self |
| disabled | Disabled | bool | 1 | | 0 | disable execution and piping |
| i | Surface | vtkPolyData | 1 | | | the input surface |
| ifile | SurfaceInputFileName | str | 1 | | | filename for the default Surface reader |
| elementsizemode | ElementSizeMode | str | 1 | ["area","edgelength","areaarray","edgelengtharray"] | area | |
| area | TargetArea | float | 1 | (0.0,) | 1.0 | |
| areaarray | TargetAreaArrayName | str | 1 | | TargetArea | |
| edgelength | TargetEdgeLength | float | 1 | (0.0,) | 1.0 | |
| edgelengtharray | TargetEdgeLengthArrayName | str | 1 | | | |
| areafactor | TargetAreaFactor | float | 1 | (0.0,) | 1.0 | |
| edgelengthfactor | TargetEdgeLengthFactor | float | 1 | (0.0,) | 1.0 | |
| trianglesplitfactor | TriangleSplitFactor | float | 1 | (0.0,) | 5.0 | |
| maxarea | MaxArea | float | 1 | (0.0,) | 1e+16 | |
| minarea | MinArea | float | 1 | (0.0,) | 0.0 | |
| iterations | NumberOfIterations | int | 1 | (0,) | 10 | |
| connectivityiterations | NumberOfConnectivityOptimizationIterations | int | 1 | (0,) | 20 | |
| entityidsarray | CellEntityIdsArrayName | str | 1 | | None | |
| aspectratio | AspectRatioThreshold | float | 1 | (0.0,) | 1.2 | |
| minareafactor | MinAreaFactor | float | 1 | (0.0,) | 0.5 | |
| internalangletolerance | InternalAngleTolerance | float | 1 | (0.0,) | 0.0 | |
| normalangletolerance | NormalAngleTolerance | float | 1 | (0.0,) | 0.2 | |
| collapseangle | CollapseAngleThreshold | float | 1 | (0.0,) | 0.2 | |
| relaxation | Relaxation | float | 1 | (0.5,) | 0.5 | |
| exclude | ExcludeEntityIds | int | -1 | | [] | |
| preserveboundary | PreserveBoundaryEdges | bool | 1 | | 0 | |
| ofile | SurfaceOutputFileName | str | 1 | | | filename for the default Surface writer |
Output arguments
| Argument | Variable | Type | Length | Range | Default | Description |
| id | Id | str | 1 | | 0 | script id |
| handle | Self | self | 1 | | | handle to self |
| o | Surface | vtkPolyData | 1 | | | the output surface |