SoVolumeDetailGetProfileDataPos Method (SbVec3s) |
Note: This API is now obsolete.
Obsoletesince Open Inventor 6000
No longer used.
Namespace: OIV.VolumeViz.DetailsAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public int GetProfileDataPos(
SbVec3s[] profile
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Function GetProfileDataPos (
profile As SbVec3s()
) As Integer
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
int GetProfileDataPos(
array<SbVec3s>^ profile
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member GetProfileDataPos :
profile : SbVec3s[] -> int
Parameters
- profile
- Type: OIV.InventorSbVec3s
Return Value
Type:
Int32
RemarksUse getProfileDataPos( SbVec3i32 profile[2] ).
See Also