Click or drag to resize
SoWinCollisionViewerSetNumSteps Method

Sets the number of steps to be used in the collision computation.

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public void SetNumSteps(
	int num_steps
)

Parameters

num_steps
Type: SystemInt32
Remarks

The default number of steps is 4. The minimum value is 2.

See Also