DELFittingSequencingItf Interface DELIFitAssemblyActivity
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface DELIFitAssemblyActivity
Interface that represents the Assembly Activity object.
Assembly Activity object is like the occurrence for PLM component but for Feature. The real Feature
can be the reference of one or several Assembly Activity objects: .
It is a non typed generic object. The reference feature is the object that have the typing info.
Sequencing is only managing Assembly Activity objects which reference can be Track, Animation or Assembly Sequence. So
for instance, the same Track can be sequenced under several Assembly Sequences.
Assembly Activities have father/child relationship, sequencing link, and reference/occurrence link.
- See also:
-
Method Index
- o
GetChildren(CATListValCATBaseUnknown_var&)
- Retrieve the children Assembly Activities of an Assembly Activity.
- o
GetFather(DELIFitAssemblyActivity_var&)
- Retrieves the father of an Assembly Activitiy.
- o
GetPLMFatherOccurrences(CATListValCATBaseUnknown_var&)
- Retrieves the PLM father of an Assembly Activitiy.
- o
GetRelatedReference(DELIFitActivityReference_var&)
- Retrieve the reference Feature related to an Assembly Activity.
Methods
o GetChildren
public virtual GetChildren( | | oAssemblyActivities) |
-
Retrieve the children Assembly Activities of an Assembly Activity.
- Parameters:
-
- oAssemblyActivities
- The list of Assembly Activities
o GetFather
public virtual GetFather( | | ohAssemblyActivityFather) |
-
Retrieves the father of an Assembly Activitiy.
- Parameters:
-
- ohAssemblyActivityFather
- The father Assembly Activity
o GetPLMFatherOccurrences
public virtual GetPLMFatherOccurrences( | | oListOfPLMOccurrences) |
-
Retrieves the PLM father of an Assembly Activitiy.
- Parameters:
-
- ohAssemblyActivityFather
- The list of PLM fathers of the Assembly Activity. A list is returned because father are Production System occurrences. In case of multi instantiation, the list contains
more than one occurrence, otherwise it contains only one occrrence.
o GetRelatedReference
public virtual GetRelatedReference( | | ohActivityRef) |
-
Retrieve the reference Feature related to an Assembly Activity.
- Parameters:
-
- ohActivityRef
- The reference Feature
This object is included in the file: DELIFitAssemblyActivity.h
If needed, your Imakefile.mk should include the module: DELFittingSequencingItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.