Click or drag to resize
SoToVRMLActionConditionalConversion Method

Sets whether inline nodes are conditionally converted to VRML.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void ConditionalConversion(
	bool conditional
)

Parameters

conditional
Type: SystemBoolean
Remarks

If true, the header of the Inline node is checked, and if already VRML, no conversion is done. Default = false.

See Also