SoInteractiveComplexityElementGetScalarFieldValue Method |
Return value of scalar field as a double.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static double GetScalarFieldValue(
SoState state,
SoSField field
)
Public Shared Function GetScalarFieldValue (
state As SoState,
field As SoSField
) As Double
public:
static double GetScalarFieldValue(
SoState^ state,
SoSField^ field
)
static member GetScalarFieldValue :
state : SoState *
field : SoSField -> float
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- field
- Type: OIV.Inventor.FieldsSoSField
Return Value
Type:
DoubleRemarks See Also