Indexes  

CatClashComputationType (Enumeration)

enum CatClashComputationType {
  catClashComputationTypeBetweenAll,
  catClashComputationTypeInsideOne,
  catClashComputationTypeAgainstAll,
  catClashComputationTypeBetweenTwo
}
The different types of clash computation.
It is used by the Clash object to specify the computation type.
Values:
catClashComputationTypeBetweenAll
The computation tests each product in the document against all other products.
catClashComputationTypeInsideOne
The computation tests each product of the selection/group against all other products in the same selection.
catClashComputationTypeAgainstAll
The computation tests each product in the defined selection/group against all other products in the document.
catClashComputationTypeBetweenTwo
The computation tests each product in the first selection/group against all products in the second group.


Copyright © 2006, Dassault Systèmes. All rights reserved.