Click or drag to resize
SoLDMTopoOctreeInit Method (SbVec3i32, SbVec3i32, Int32)

Initialize with the properties of the data set.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.2.0.0 (2024.2.0)
Syntax
public void Init(
	SbVec3i32 dimension,
	SbVec3i32 tileDim,
	int border
)

Parameters

dimension
Type: OIV.InventorSbVec3i32
tileDim
Type: OIV.InventorSbVec3i32
border
Type: SystemInt32
Remarks

Note: Since OIV 9.0, the border parameter is no longer used.

See Also