DELFittingSequencingItf Interface DELIFitFactory

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


interface DELIFitFactory

This interface allows to create Assembly Sequence objects in simulation context.
Assembly Sequence is the main object of sequencing.

See also:


Method Index


o CreateAssemblySequence(DELIFitActivityReference_var&)
Creates an Assembly Sequence Feature.
o CreateRootAssemblySequence(DELIFitActivityReference_var&,DELIFitAssemblyActivity_var&)
Creates a root Assembly Sequence Feature.
o DestroyAssemblyActivity(DELIFitAssemblyActivity_var&,CATBoolean)
Destroys the given Assembly Activity.
o SetRootObjectInBatchContext(CATBaseUnknown_var&)
For batch purpose only.

Methods


o CreateAssemblySequence
public virtual CreateAssemblySequence( ohAssSequence)
Creates an Assembly Sequence Feature. Assembly Sequence can only be created in a simulation context, it is created as an excitation. No related Assembly Activity is created.
Parameters:
ohAssSequence
The created Assembly Sequence
o CreateRootAssemblySequence
public virtual CreateRootAssemblySequence( ohAssSequence,
ohAssSequenceOcc)
Creates a root Assembly Sequence Feature. Assembly Sequence can only be created in a simulation context, it is created as an excitation. A related Assembly Activity is created.
Parameters:
ohAssSequence
The created Assembly Sequence
ohAssSequenceOcc
The related Assembly Activity.
o DestroyAssemblyActivity
public virtual DestroyAssemblyActivity( iAssemblyActivity,
iRerouteConstraints= TRUE)
Destroys the given Assembly Activity.
Parameters:
iAssemblyActivity
The Assembly Activity to be destroyed.
iRerouteConstraints
If TRUE, time constraints are automatically rerouted between remaining Assembly Activities. If FALSE, nothing is done on time constraints.
o SetRootObjectInBatchContext
public virtual SetRootObjectInBatchContext( iRootObject)
For batch purpose only. Allows to set the root simulation object to be used for creation.
Parameters:
iRootObject
The root simulation object

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

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