Method Retopologize
Retopologize(OccurrenceList, int, bool, bool, double)
WARNING: this function is tagged as 'EXPERIMENTAL'
Replace the tessellations of the selected parts by a retopology of the external hull
Declaration
[HandleProcessCorruptedStateExceptions]
public uint Retopologize(OccurrenceList occurrences, int targetTriangleCount, bool pureQuad, bool pointCloud, double precision = -1)
Parameters
| Type | Name | Description |
|---|---|---|
| OccurrenceList | occurrences | Part occurrences to process |
| int | targetTriangleCount | Target triangle count |
| bool | pureQuad | Retopologize to a pure quad mesh if True, else the resulting mesh will be quad dominant but can contains triangles |
| bool | pointCloud | Set to true if occurrences are point cloud, else False |
| double | precision | If set, define the precision of the features to preserve |
Returns
| Type | Description |
|---|---|
| uint |