SoDualSceneColliderSetMovingScene Method (SoPath, Int32) |
Specifies the scene that will be moved or transformed.
Namespace: OIV.Inventor.CollisionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetMovingScene(
SoPath object,
int max_triangles_per_leaf
)
Public Sub SetMovingScene (
object As SoPath,
max_triangles_per_leaf As Integer
)
public:
void SetMovingScene(
SoPath^ object,
int max_triangles_per_leaf
)
member SetMovingScene :
object : SoPath *
max_triangles_per_leaf : int -> unit
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