Method Retopologize
Retopologize(OccurrenceList, int, bool, bool, double)
Replace the tessellations of the selected parts by a retopology of the external hull
Declaration
public uint Retopologize(OccurrenceList occurrences, int targetTriangleCount, bool pureQuad, bool pointCloud, double precision = -1)
Parameters
Type | Name | Description |
---|---|---|
OccurrenceList | occurrences | Occurrences of part 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 |