SoPrimitiveVertexGetPoint Method |
Note: This API is now obsolete.
Use Point property instead.
Returns the surface point in object space.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [ObsoleteAttribute("Obsolete since Open Inventor 8000. Use Point property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SbVec3f GetPoint()
<ObsoleteAttribute("Obsolete since Open Inventor 8000. Use Point property instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetPoint As SbVec3f
public:
[ObsoleteAttribute(L"Obsolete since Open Inventor 8000. Use Point property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
SbVec3f GetPoint()
[<ObsoleteAttribute("Obsolete since Open Inventor 8000. Use Point property instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetPoint : unit -> SbVec3f
Return Value
Type:
SbVec3fSee Also