SoImageDataAdapterSetOrigin Method |
Sets the image origin in 3D.
Namespace: OIV.ImageViz.Nodes.ImagesAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetOrigin(
SbVec3f origin
)
Public Sub SetOrigin (
origin As SbVec3f
)
public:
void SetOrigin(
SbVec3f origin
)
member SetOrigin :
origin : SbVec3f -> unit
Parameters
- origin
- Type: OIV.InventorSbVec3f
RemarksModifies the "min" corner of the image extent. The width and height of the extent are unchanged and therefore the voxel size is unchanged.
See Also