MachiningUseItf Interface DELIMfgMachiningProcess
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface DELIMfgMachiningProcess
This interface is dedicated to Machining Process management.
Role: This interface is implemented on the Machining Process object. It allows to add new Manufacturing
Activities in the Machining Process and to list the existing ones.
Method Index
- o
GetActivities(CATListValCATBaseUnknown_var&)
- Retrieves all the activities belonging to the Machining process.
- o
InsertActivity(CATUnicodeString&,DELIMfgActivity_var&,DELIMfgActivity_var&)
- Creates and inserts a Manufacturing Activity of the given type in the Machining Process.
Methods
o GetActivities
public virtual GetActivities( | | oMfgActivities) |
-
Retrieves all the activities belonging to the Machining process.
- Parameters:
-
- oMfgActivities
- The list of activities given in the same order than in the Machining Process.
o InsertActivity
public virtual InsertActivity( | const | iActivityType, |
| | iReferencedActivity, |
| | oManufacturingActivity) |
-
Creates and inserts a Manufacturing Activity of the given type in the Machining Process.
- Parameters:
-
- iActivityType
- The type of activity to create.
- iReferencedActivity
- The activity after which the created one will be added in the Machining Process. If NULL_var, the created activity is added at the begining of the Machining Process.
- oManufacturingActivity
- The created activity.
This object is included in the file: DELIMfgMachiningProcess.h
If needed, your Imakefile.mk should include the module: MachiningUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.