SoSimplifyActionSetInlineLOD Method |
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetInlineLOD(
bool i
)
Public Sub SetInlineLOD (
i As Boolean
)
public:
void SetInlineLOD(
bool i
)
member SetInlineLOD :
i : bool -> unit
Parameters
- i
- Type: SystemBoolean
RemarksIf true, each simplified child is written into a separate file using SoWWWInline nodes.
See Also