SoToVRMLActionConvertInlineNodes Method |
Sets whether inline nodes are converted to VRML.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void ConvertInlineNodes(
bool inlineNode
)
Public Sub ConvertInlineNodes (
inlineNode As Boolean
)
public:
void ConvertInlineNodes(
bool inlineNode
)
member ConvertInlineNodes :
inlineNode : bool -> unit
Parameters
- inlineNode
- Type: SystemBoolean
RemarksIf true, Inline nodes are converted. Default = true.
See Also