Click or drag to resize
SoVolumeDetailGetProfileObjectPos Method

Returns the profile position in object space (world coordinates).

Namespace: OIV.VolumeViz.Details
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void GetProfileObjectPos(
	SbVec3f[] profile
)

Parameters

profile
Type: OIV.InventorSbVec3f
Remarks

Specifically the profile parameter contains the XYZ coordinates of the first and last points on the profile.

See Also