DELFittingSequencingItf Interface DELIFitSequencing

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface DELIFitSequencing

This interface sequences any Assembly Activity object.
It allows to modify the sequence of Assembly Activity objects inside the Assembly Sequence object.


Method Index


o AddAfterInSequence(DELIFitAssemblyActivity_var&)
Adds an Assembly Activity after this Assembly Activity.
o AddBeforeInSequence(DELIFitAssemblyActivity_var&)
Adds an Assembly Activity before this Assembly Activity.
o InsertAfterInSequence(DELIFitAssemblyActivity_var&)
Inserts an Assembly Activity after this Assembly Activity.
o InsertBeforeInSequence(DELIFitAssemblyActivity_var&)
Inserts an Assembly Activity before this Assembly Activity.

Methods


o AddAfterInSequence
public virtual AddAfterInSequence( ihAssemblyActivity)
Adds an Assembly Activity after this Assembly Activity. Existing time constraints on this Assembly Activity are kept.
Parameters:
ihAssemblyActivity
The Assembly Activity to be added
iDelay
the duration between the added Assembly Activity and this Assembly Activity
o AddBeforeInSequence
public virtual AddBeforeInSequence( ihAssemblyActivity)
Adds an Assembly Activity before this Assembly Activity. Existing time constraints on this Assembly Activity are kept.
Parameters:
ihAssemblyActivity
The Assembly Activity to be added
iDelay
the duration between the added Assembly Activity and this Assembly Activity
o InsertAfterInSequence
public virtual InsertAfterInSequence( ihAssemblyActivity)
Inserts an Assembly Activity after this Assembly Activity. Existing time constraints "after" this Assembly Activity are rerouted to the added Assembly Activity.
Parameters:
ihAssemblyActivity
The Assembly Activity to be added
iDelay
the duration between the added Assembly Activity and this Assembly Activity
o InsertBeforeInSequence
public virtual InsertBeforeInSequence( ihAssemblyActivity)
Inserts an Assembly Activity before this Assembly Activity. Existing time constraints "before" this Assembly Activity are rerouted the added Assembly Activity.
Parameters:
ihAssemblyActivity
The Assembly Activity to be added
iDelay
the duration between the added Assembly Activity and this Assembly Activity

This object is included in the file: DELIFitSequencing.h
If needed, your Imakefile.mk should include the module: DELFittingSequencingItf

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.