SoVolumeDetailGetProfileDataPos Method |
Returns the number of values along the profile and the profile position in data space (voxel coordinates).
Namespace: OIV.VolumeViz.DetailsAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public int GetProfileDataPos(
SbVec3i32[] profile
)
Public Function GetProfileDataPos (
profile As SbVec3i32()
) As Integer
public:
int GetProfileDataPos(
array<SbVec3i32>^ profile
)
member GetProfileDataPos :
profile : SbVec3i32[] -> int
Parameters
- profile
- Type: OIV.InventorSbVec3i32
Return Value
Type:
Int32Remarks Specifically the profile parameter contains the IJK coordinates of the first and last points on the profile. The number of values is the number of of voxels intersected by the pick ray.
See Also