| SoDualSceneColliderSetStaticScene Method (SoPath, Int32) | 
Specifies the scene the moving scene is interacting with. 
 
Namespace: OIV.Inventor.CollisionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic void SetStaticScene(
	SoPath scene,
	int max_triangles_per_leaf
)
Public Sub SetStaticScene ( 
	scene As SoPath,
	max_triangles_per_leaf As Integer
)
public:
void SetStaticScene(
	SoPath^ scene, 
	int max_triangles_per_leaf
)
member SetStaticScene : 
        scene : SoPath * 
        max_triangles_per_leaf : int -> unit 
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