SoVolumeDetailGetProfileObjectPos Method |
Returns the profile position in object space (world coordinates).
Namespace: OIV.VolumeViz.DetailsAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void GetProfileObjectPos(
SbVec3f[] profile
)
Public Sub GetProfileObjectPos (
profile As SbVec3f()
)
public:
void GetProfileObjectPos(
array<SbVec3f>^ profile
)
member GetProfileObjectPos :
profile : SbVec3f[] -> unit
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