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: 9.9.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use Point property instead.")]
public SbVec3f GetPoint()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use Point property instead.")>
Public Function GetPoint As SbVec3f
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use Point property instead.")]
SbVec3f GetPoint()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use Point property instead.")>]
member GetPoint : unit -> SbVec3f
Return Value
Type:
SbVec3f
See Also