AttachContext
-
class
AttachContext
()
Constructors
Properties
Methods
addInclusionContext()
attachedInvisibly()
forgetReservedNodeIdOffset()
getAssemblyDataVersion()
getAttachScope()
getChildren()
getGenericTypeMaps()
getInclusionContexts()
getMasterModelKey()
getOriginalFileName()
getOriginalFileType()
getParent()
getRemapper()
getReservedNodeIdOffset()
getRootNodeMetaData()
hasChildren()
isLoaded()
purgeContents()
removeProductOccurrence()
setGenericTypeMaps()
setReservedNodeIdOffset()
split()
Constructors
-
AttachContext.
constructor
(remapper, attachScope, attachedInvisibly, masterModelKey, parent) Arguments: - remapper (
ScKeyRemapper()
) – None - attachScope (
AttachScope()
) – None - attachedInvisibly (
boolean()
) – None - masterModelKey (
MasterModelKey()
) – None - parent (AttachContextParent) – None
Return type: - remapper (
Properties
-
AttachContext.
__AttachContext
Type: PhantomMember
Methods
addInclusionContext
-
AttachContext.
addInclusionContext
(context) Arguments: - context (
InclusionContext()
) – None
Return type: void
- context (
getAssemblyDataVersion
-
AttachContext.
getAssemblyDataVersion
() Return type: VersionNumber
getChildren
-
AttachContext.
getChildren
() Return type: [ ProductOccurrence()
]
getGenericTypeMaps
-
AttachContext.
getGenericTypeMaps
() Return type: GenericTypeMaps | null
getInclusionContexts
-
AttachContext.
getInclusionContexts
() Return type: [ InclusionContext()
]
getParent
-
AttachContext.
getParent
() Return type: AttachContextParent
getRemapper
-
AttachContext.
getRemapper
() Return type: ScKeyRemapper()
getReservedNodeIdOffset
-
AttachContext.
getReservedNodeIdOffset
() Return type: NodeIdOffset | null
getRootNodeMetaData
-
AttachContext.
getRootNodeMetaData
(assemblyTree) Arguments: - assemblyTree (
IAssemblyTree()
) – None
Return type: Promise <
AssemblyData()
| null>- assemblyTree (
removeProductOccurrence
-
AttachContext.
removeProductOccurrence
(node) Arguments: - node (
ProductOccurrence()
) – None
Return type: boolean
- node (
setGenericTypeMaps
-
AttachContext.
setGenericTypeMaps
(maps) Arguments: - maps (GenericTypeMaps) – None
Return type: void
setReservedNodeIdOffset
-
AttachContext.
setReservedNodeIdOffset
(offset) Arguments: - offset (NodeIdOffset) – None
Return type: void
split
-
AttachContext.
split
(attachScope, attachedInvisibly, parent) Arguments: - attachScope (
AttachScope()
) – None - attachedInvisibly (
boolean()
) – None - parent (AttachContextParent) – None
Return type: - attachScope (