ClassReference, Class#MethodReference, #InternalMethod...
Methods
- 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 dd>
- 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 dd>
- iOperation
- [in] The Operation to which assignment needs to be done User has a handle to this object dd>
- iType
- [in] Type of assignment whether ‘Partial’ or ‘Complete’ User needs to know what type of assignment he/she wants to make dd>
- Sub AssignERWithFTA( iFTA, iOperation, iType)
-
Assigns the passed FTA to the Operation .
- Parameters:
-
- iFTA
- [in] FTA to be passed dd>
- iOperation
- [in] The Operation to which assignment needs to be done dd>
- iType
- [in] type of assignment - partial or complete dd>
- 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 dd>
- iType
- [in] the type of assignment, it could be partial or complete dd>
- oItemList
- [out] List of assigned ERs to the operation or activity dd>
- 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 dd>
- iFTA
- [in] FTA to be passed dd>
- iOperation
- [in] The Operation to which assignment needs to be done dd>
- iType
- [in] the type of assignment, it could be partial or complete dd>
- Sub RemoveERWithFTA( iFTA, iOperation, iType)
-
Removes the ER assignment for the passed FTA.
- Parameters:
-
- iFTA
- [in] the FTA to be passed to the operation dd>
- iOperation
- [in] The Operation to which assignment needs to be done dd>
- iType
- [in] the type of assignment - partial or complete dd>