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

Specifies the scene that will be moved or transformed.

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

Parameters

object
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 moving scene. If max_triangles_per_leaf is 0, a default maximum number is computed based on the total number of triangles in the moving scene.

See Also