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.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
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