Method ConvertSimilarOccurrencesToInstances
ConvertSimilarOccurrencesToInstances(OccurrenceList, bool, bool, int, bool, bool, int, bool)
Create instances when there are similar parts.
Declaration
public void ConvertSimilarOccurrencesToInstances(OccurrenceList occurrences, bool checkMeshTopo, bool checkVertexPositions, int vertexPositionPrecision, bool checkUVTopo, bool checkUVVertexPositions, int UVPositionprecision, bool keepExistingPrototypes)
Parameters
Type | Name | Description |
---|---|---|
OccurrenceList | occurrences | Occurrence for which we want to find similar parts and create instances using prototypes. |
bool | checkMeshTopo | |
bool | checkVertexPositions | |
int | vertexPositionPrecision | |
bool | checkUVTopo | |
bool | checkUVVertexPositions | |
int | UVPositionprecision | |
bool | keepExistingPrototypes |