Indexes  

CatDistanceComputationType (Enumeration)

enum CatDistanceComputationType {
  catDistanceComputationTypeInsideOne,
  catDistanceComputationTypeAgainstAll,
  catDistanceComputationTypeBetweenTwo
}
The different types of clash computation.
It is used by the Distance object to specify the computation type.
Values:
catDistanceComputationTypeInsideOne
The computation tests each product of the selection/group against all other products in the same selection.
catDistanceComputationTypeAgainstAll
The computation tests each product in the defined selection/group against all other products in the document.
catDistanceComputationTypeBetweenTwo
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.