SoLDMGlobalResourceParametersGetMaxNumTriangles Method |
Note: This API is now obsolete.
Get the maximum number of triangles allowed to be rendered for all VolumeViz render nodes.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static int GetMaxNumTriangles()
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Function GetMaxNumTriangles As Integer
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static int GetMaxNumTriangles()
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member GetMaxNumTriangles : unit -> int
Return Value
Type:
Int32
RemarksSee #setMaxNumTriangles.Obsoletesince Open Inventor 9700
maxNumTriangles is no longer used by SoHeightFieldRender. Number of triangles is controlled by the node SoComplexity.
See Also