2.3.5.1.
Block
[CreationOptions(is3d)] - How to setup?
Settings in the CreationOptions(is3d) block
You do not
use ModelManager and you do not want to write files to disc.
(mandatory) Activate
FileName(isCreaOptNotSet)
(optional) Activate
DisplayName(isCreaOptNotSet) : If deactivated, DisplayName =
FileName
(ignored)
InstanceFileName(isCreaOptNotSet)
(ignored)
PoolPath(isCreaOptNotSet)
(optional) ClassName : If deactivated,
files will not be Library Parts and so they will not be write
protected
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(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) Activate
FileName(isCreaOptNotSet) : Name of Model and Name of Contents
File
(optional) Activate
DisplayName(isCreaOptNotSet) : If deactivated, DisplayName =
FileName
(ignored)
InstanceFileName(isCreaOptNotSet)
(mandatory) Activate
PoolPath(isCreaOptNotSet) : Directory for Files (Directory must
exist on disc)
(mandatory) DocOnOpen(is3dpart, not
isNegativePart)=GetObject("iface.osdm.callbacks").DefaultPartOnOpen
(mandatory) DocOnSave(is3dpart, not
IsNegativePart)=GetObject("iface.osdm.callbacks").DefaultPartOnSave
You want to
use ModelManager
Deactivate all DocOn* callbacks in this
file
Deactivate FileName, DisplayName,
InstanceFileName rules
Configure ifosdmmodelmanager.cfg
properly