DELFittingSequencingItf Interface DELIFitSequenceInfo
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface DELIFitSequenceInfo
This interface reads the sequencing information between any Assembly Activity object.
Method Index
- o
GetEndTime(double&)
- Gives the resolved end time of this Asembly Activity.
- o
GetStartTime(double&)
- Gives the resolved start time of this Asembly Activity.
- o
ListNextActivitiesInSequence(CATListValCATBaseUnknown_var&,IID&)
- Lists the next Assembly Activities of an Assembly Activity.
- o
ListPreviousActivitiesInSequence(CATListValCATBaseUnknown_var&,IID&)
- Lists the previous Assembly Activities of an Assembly Activity.
Methods
o GetEndTime
public virtual GetEndTime( | | oEndTime) |
-
Gives the resolved end time of this Asembly Activity.
Time is given relatively to the root sequence.
- Parameters:
-
- oEndTime
- The end time.
o GetStartTime
public virtual GetStartTime( | | oStartTime) |
-
Gives the resolved start time of this Asembly Activity.
Time is given relatively to the root sequence.
- Parameters:
-
- oStartTime
- The start time.
o ListNextActivitiesInSequence
public virtual ListNextActivitiesInSequence( | | oAssemblyActivities, |
| const | iFilter | = IID_CATBaseUnknown) |
-
Lists the next Assembly Activities of an Assembly Activity.
- Parameters:
-
- oAssemblyActivities
- The list of Assembly Activities
- iFilter
- Interface identifier to filter ouput objects
o ListPreviousActivitiesInSequence
public virtual ListPreviousActivitiesInSequence( | | oAssemblyActivities, |
| const | iFilter | = IID_CATBaseUnknown) |
-
Lists the previous Assembly Activities of an Assembly Activity.
- Parameters:
-
- oAssemblyActivities
- The list of Assembly Activities
- iFilter
- Interface identifier to filter ouput objects
This object is included in the file: DELIFitSequenceInfo.h
If needed, your Imakefile.mk should include the module: DELFittingSequencingItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.