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: 2023.1.3.0 (2023.1.3)
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