Specifies how to enable mesh preservation on parts during update.
Declaration Syntax
public enum ComparePartsOnUpdate
Table 1726: Members
Member |
Associatively |
Attempts to match part data by comparison via their associative data. Should be used exclusively when using merged topology. |
Member |
NonAssociatively |
Attempts to match part data based solely on indices. Should not be used when using merged topology. |
Member |
None |
Do not try to compare parts. Everything affected by a refresh will be marked as dirty and require remeshing. |