A3DCollisionParameterData
Fields
Detailed Description
-
struct A3DCollisionParameterData
A3DCollisionParameterData structure.
- Version
11.1
Public Members
-
A3DDouble m_dSafetyDistance
It makes possible to identify parts between which a specified distance is not verified.
The safety distance value has to be greater than m_dContactLimit
-
A3DDouble m_dContactLimit
This value defines the upper limit of distances interval in which the parts are judged “in contact”.
The minimum value for the contact limit 0.1 mm, or can be set to 0. to check only clearance and collision cases.
-
A3DDouble m_dTessellationTolerance
Computation tolerance.
The minimal value is 0.01 mm. The tolerance value cannot be greater than m_dContactLimit.