Click or drag to resize
SbKernel3i32SetSize Method (SbVec3i32)

Set the size of the kernel.

Namespace: OIV.ImageViz
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetSize(
	SbVec3i32 dimension
)

Parameters

dimension
Type: OIV.InventorSbVec3i32
Remarks

Size is the number of columns, number of rows and number of slices.

If the specified size on a dimension is smaller than the current one, the kernel is reduced to its first elements on the corresponding dimension. If specified size on a dimension is greater than the current one, values inside the old bounds are preserved and values outside the old bounds are filled to 0.

See Also