SoIndexedTriangleFanSetGetNumNeededNormals Method |
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public virtual int GetNumNeededNormals(
SoState state
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overridable Function GetNumNeededNormals (
state As SoState
) As Integer
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual int GetNumNeededNormals(
SoState^ state
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract GetNumNeededNormals :
state : SoState -> int
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override GetNumNeededNormals :
state : SoState -> int
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
Int32Remarks See Also