All Frameworks  Object Hierarchy  This Framework  Indexes   

EKPServices (Object)

Interface to assign and remove Engineering Requirements to and from an activity.
ClassReference, Class#MethodReference, #InternalMethod...

Method Index

AssignERWithFTA
Assigns the passed FTA to the Operation .
AssignER
Assigns the passed geometric feature to the operation.
GetAssignedER
Given a type of assignment, this method returns all the ER assigned to the Operation.
RemoveERAssignment
Removes the ER assignment for the passed Geometric Feature.
RemoveERWithFTA
Removes the ER assignment for the passed FTA.

Methods


o Sub AssignERWithFTA( iFTA,
iOperation,
iType)
Assigns the passed FTA to the Operation .
Parameters:
iFTA
[in] FTA to be passed
iOperation
[in] The Operation to which assignment needs to be done
iType
[in] type of assignment - partial or complete
o Sub AssignER( iGeometricFeature,
iFTA,
iOperation,
iType)
Assigns the passed geometric feature to the operation.
Parameters:
iGeometricFeature
[in] Geometric Element user wants to assign User has a handle to this object
iFTA
[in] Underlying FTA object associated with the geometric feature Can be obtained using CAA C++ API exposed by CATIA FTA Modeler and passed to this API
iOperation
[in] The Operation to which assignment needs to be done User has a handle to this object
iType
[in] Type of assignment whether ‘Partial’ or ‘Complete’ User needs to know what type of assignment he/she wants to make
o Sub GetAssignedER( iOperation,
iType,
oItemList)
Given a type of assignment, this method returns all the ER assigned to the Operation.
Parameters:
iOperation
[in] The Operation to which assignment needs to be done
iType
[in] the type of assignment, it could be partial or complete
oItemList
[out] List of assigned ERs to the operation or activity
o Sub RemoveERAssignment( iGeometricFeature,
iFTA,
iOperation,
iType)
Removes the ER assignment for the passed Geometric Feature.
Parameters:
iGeometricFeature
[in] The Geometric feature which will be unassigned
iFTA
[in] FTA to be passed
iOperation
[in] The Operation to which assignment needs to be done
iType
[in] the type of assignment, it could be partial or complete
o Sub RemoveERWithFTA( iFTA,
iOperation,
iType)
Removes the ER assignment for the passed FTA.
Parameters:
iFTA
[in] the FTA to be passed to the operation
iOperation
[in] The Operation to which assignment needs to be done
iType
[in] the type of assignment - partial or complete

Copyright © 2003, Dassault Systèmes. All rights reserved.