DELFittingSequencingItf Interface DELIFitAssemblySequenceActivity
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface DELIFitAssemblySequenceActivity
Interface representing the Assembly Sequence object.
The Assembly sequence is the main object that allows to sequence the Assembly Activities. It has children
that can sequenced between them. An Assembly Sequence can have an other Assembly sequence as child or any
other Assembly Activity like Track or Animation.
Method Index
- o
AddChild(DELIFitActivityReference_var&,DELIFitAssemblyActivity_var&)
- Adds an Activity Feature to a sequence as child creating an Assembly Activity.
- o
RemoveChild(DELIFitAssemblyActivity_var&)
- Removes an Assembly Activity from a sequence.
Methods
o AddChild
public virtual AddChild( | | ihActivityReference, |
| | ohAssemblyActivity) |
-
Adds an Activity Feature to a sequence as child creating an Assembly Activity.
- Parameters:
-
- ihActivityReference
- The Activity Feature to be added. It can be added several times to different sequences.
- ohAssemblyActivity
- The created Assembly Activity child of the sequence
o RemoveChild
public virtual RemoveChild( | | ihAssemblyActivity) |
-
Removes an Assembly Activity from a sequence.
The related Activity Feature is not deleted. Existing time constraints on the removed Assembly Activity
are not managed.
- Parameters:
-
- ihAssemblyActivity
- The Assembly Activity to be deleted.
This object is included in the file: DELIFitAssemblySequenceActivity.h
If needed, your Imakefile.mk should include the module: DELFittingSequencingItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.