Click or drag to resize
SoDualSceneColliderSetStaticScene Method (SoPath, Int32)

Specifies the scene the moving scene is interacting with.

Namespace: OIV.Inventor.Collision
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetStaticScene(
	SoPath scene,
	int max_triangles_per_leaf
)

Parameters

scene
Type: OIV.InventorSoPath
max_triangles_per_leaf
Type: SystemInt32
Remarks

max_triangles_per_leaf is the maximum number of triangles stored in each leaf of the internal tree database representing the static scene If max_triangles_per_leaf is 0, a default maximum number is computed based on the total number of triangles in the static scene.

See Also