SoFocalDistanceElementSet Method (SoState, SoNode, Single) |
Sets the current focal distance in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void Set(
SoState state,
SoNode name_12214,
float distance
)
Public Shared Sub Set (
state As SoState,
name_12214 As SoNode,
distance As Single
)
public:
static void Set(
SoState^ state,
SoNode^ name_12214,
float distance
)
static member Set :
state : SoState *
name_12214 : SoNode *
distance : float32 -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_12214
- Type: OIV.Inventor.NodesSoNode
- distance
- Type: SystemSingle
Remarks See Also