Click or drag to resize
SoImageDataAdapterSetOrigin Method

Sets the image origin in 3D.

Namespace: OIV.ImageViz.Nodes.Images
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetOrigin(
	SbVec3f origin
)

Parameters

origin
Type: OIV.InventorSbVec3f
Remarks

Modifies the "min" corner of the image OIV.ImageViz.Nodes.Images.SoImageDataAdapter.extent. The width and height of the extent are unchanged and therefore the voxel size is unchanged.

See Also