Indexes  

HTSSearchIntensity (Enumeration)

enum HTSSearchIntensity {
  FINESEARCH,
  NORMALSEARCH,
  COARSESEARCH
}
Search intensity options used in specifying search intensity for
CollisionFreeWalk activity
Values:
FINESEARCH
provides good result but takes time. Applicable where manikin has to walk in limited space with lot of cluttered objects.
NORMALSEARCH
provides a balance between the accuracy and speed of walk path creation.
COARSESEARCH
gives a quick result and may not be accurate. This option is applicable where the manikin has large open space for the manikin to walk.


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