Enum: ComparePartsOnUpdate

Specifies how to enable mesh preservation on parts during update.

Fields

Name Description
Associatively Attempts to match part data by comparison via their associative data. Should be used exclusively when using merged topology.
NonAssociatively Attempts to match part data based solely on indices. Should not be used when using merged topology.
None Do not try to compare parts. Everything affected by a refresh will be marked as dirty and require remeshing.