How to setup the CreationOptions(is3d)
You do not use ModelManager and you do not want to write files to disc.
You do not use ModelManager but want to write SD*C and SD* files to disc.
(mandatory) Activate FileName(isCreaOptNotSet) : Name of Model and Name of Contents File
(optional) Activate DisplayName(isCreaOptNotSet) : Name of Model Instance (If deactivated, DisplayName = FileName)
(optional) Activate InstanceFileName(isCreaOptNotSet) : Name of Model Instance File (If deactivated, InstanceFileName = DisplayName)
(mandatory) Activate PoolPath(isCreaOptNotSet) : Directory for Files (Directory must exist on disc)
(mandatory) DocOnOpen(is3dasm, not isPartConnectionAsm)=GetObject("iface.osdm.callbacks").SDPCAssemblyOnOpen
(mandatory) DocOnSave(is3dasm, not isPartConnectionAsm)=GetObject("iface.osdm.callbacks").SDPCAssemblyOnSave
(mandatory) DocOnOpen(is3dpart, not isNegativePart)=GetObject("iface.osdm.callbacks").SDPCPartOnOpen
(mandatory) DocOnSave(is3dpart, not IsNegativePart)=GetObject("iface.osdm.callbacks").SDPCPartOnSave
You do not use ModelManager but want to write PKG files to disc. (rare)
(mandatory) DocOnOpen(is3dasm, not isPartConnectionAsm)=GetObject("iface.osdm.callbacks").DefaultAssemblyOnOpen
(mandatory) DocOnSave(is3dasm, not isPartConnectionAsm)=GetObject("iface.osdm.callbacks").DefaultAssemblyOnSave
(mandatory) DocOnOpen(is3dpart, not isNegativePart)=GetObject("iface.osdm.callbacks").DefaultPartOnOpen
(mandatory) DocOnSave(is3dpart, not IsNegativePart)=GetObject("iface.osdm.callbacks").DefaultPartOnSave