SoBevelPropertyElementSetVRMLOutput Method |
Allows the user to select the type of the output shapes (VRML or not).
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static void SetVRMLOutput(
SoState state,
SoNode node,
bool name_9429
)
Public Shared Sub SetVRMLOutput (
state As SoState,
node As SoNode,
name_9429 As Boolean
)
public:
static void SetVRMLOutput(
SoState^ state,
SoNode^ node,
bool name_9429
)
static member SetVRMLOutput :
state : SoState *
node : SoNode *
name_9429 : bool -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- name_9429
- Type: SystemBoolean
Remarks
See Also