PoSFIndexedMesh3DGetValue Method |
Note: This API is now obsolete.
Returns this field's value.
Namespace: OIV.MeshViz.FieldsAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [ObsoleteAttribute("Obsolete since OpenInventor 9000. Use Value property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public PbIndexedMesh3D GetValue()
<ObsoleteAttribute("Obsolete since OpenInventor 9000. Use Value property instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetValue As PbIndexedMesh3D
public:
[ObsoleteAttribute(L"Obsolete since OpenInventor 9000. Use Value property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
PbIndexedMesh3D^ GetValue()
[<ObsoleteAttribute("Obsolete since OpenInventor 9000. Use Value property instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetValue : unit -> PbIndexedMesh3D
Return Value
Type:
PbIndexedMesh3DRemarks See Also