Click or drag to resize
SbKernel2i32SetSize Method (SbVec2i32)

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(
	SbVec2i32 dimension
)

Parameters

dimension
Type: OIV.InventorSbVec2i32
Remarks

Size is the number of rows and number of columns.

If numCols (or numRows) is smaller than the current number of columns (or rows), the kernel is reduced to the first numCols columns (or numRows rows). If numCols (or numRows) is greater than the current number of columns (or rows), values inside the old bounds are preserved and values outside the old bounds are filled to 0.

See Also