WNC
|
BOM
|
||
e_WTPart
|
Part. (for master)
PartVersion and PartView. (for iteration)
Part.versions[] = PartVersion
PartVersion.views[] = PartView
PartView.initialContext = ViewContext
OR
AssemblyDefinition.initialContext = ViewContext
(PartView is used if the WTPart has no children. AssemblyDefinition is used if the WTPart does have children).
ViewContext.description = ‘part definition’
ViewContext.applicationDomain=’mechanical design
ViewContext.lifeCycleStage=’design’
|
||
r_number
|
Part.id
|
||
name
|
LocalizedString.text
Part.name = LocalizedString
|
||
expressionData
(gets populated for advance assigned expression on the part)
|
Condition entity representing this expression data
ConditionalConfiguration.condition=condition
EffectivityAssignment.assignedEffectivity=ConditionalConfiguration EffectivityAssignment.assignedTo=partVersion EffectivityAssignment.role=’required’ EffectivityAssignment.effectivityIndication=TRUE For more information, see expressionData Mapping.
|
||
version
|
PartVersion.id = Identifier
For more information see Identifier Mapping Table.
|
||
lifecycleState
|
Approval.status
|
||
externalTypeId
|
If object is Custom or Soft type then
Part.ClassifiedAs.Classification++Class
Class.id = externalTypeId
Class.definedIn =ExternalClassSystem
ExternalClassSystem.id=’customized part types’ as Identifier
For more information see Identifier Mapping Table.
|
||
Attributes
[ObjectID.localId,
ObjectID.ufid,
ObjectID.FederationInfo.additionalPersistInfo.master.localId, ObjectID.FederationInfo.repositoryInfo.lastKnownRepository,
ObjectID.FederationInfo.masterRepositoryInfo.owningRepository,
ObjectID.FederationInfo.masterRepositoryInfo.lastKnownRepository,
objectContainerPath,
masterUfid,
name,
defaultUnit,endItem,defaultTraceCode,collapsible, phantom , hidePartInStructure,partType,partSource,domainName,folderPath,view,
versionInfo.versionLevel,
versionInfo.series,
versionInfo.versionPosition,
versionInfo.iterationSeries,
versionInfo.iterationPosition,
versionInfo.predecessor,
versionInfo.derivedFrom,
versionInfo.viewLevel,
lifecycleInfo.lifecycleTemplateName,
externalTypeId]
|
For more information see Model Attributes Mapping.
|
||
Organization
|
For more information see Organization Mapping Table.
|
||
IF (endItem = ‘true’)
|
|||
partType = ‘seperable’
|
Part. partTypes = ('product','assembly')
|
||
partType = ‘inseperable’
|
Part. partTypes = ('product','assembly','piece part')
|
||
partType = ‘component’
|
Part. partTypes = ('product','piece part')
|
||
IF (endItem = ‘false’)
|
|||
partType = ‘seperable’
|
Part. partTypes = ('assembly')
|
||
partType = ‘inseperable’
|
Part. partTypes = ('assembly','piece part')
|
||
partType = ‘component’
|
Part. partTypes = ('piece part')
|