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