CATMecModExtendItf Interface CATMmiExtendServicesFactory
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATMmiExtendServicesFactory
Class to access services components.
Role: this class give access to basic Mechanical Modeler services.
For details about behavior of these services, see directly
documentation of the service.
Method Index
- o
CreateAlgoConfigServicesAccess(CATIMmiAlgoConfigServices*&)
- Creates a pointer on a CATIMmiAlgoConfigServices.
- o
CreateAutoServicesAccess(CATIMmiAutoServices*&)
- Creates a pointer on a CATIMmiAutoServices.
- o
CreateFeatureAttributesAccess(CATIMmiFeatureAttributes*&)
- Creates a pointer on a CATIMmiFeatureAttributes.
- o
CreateMechanicalSetServicesAccess(CATIMmiMechanicalSetServices*&)
- Creates a pointer on a CATIMmiMechanicalSetServices.
- o
CreateUpdateErrorAccess(CATIMmiErrUpdate*&)
- Creates a pointer on a CATIMmiErrUpdate.
Methods
o CreateAlgoConfigServicesAccess
public static CreateAlgoConfigServicesAccess( | | oAlgoConfigServices) |
-
Creates a pointer on a CATIMmiAlgoConfigServices.
- Parameters:
-
- oAlgoConfigServices
- a CATIMmiAlgoConfigServices pointer.
- Returns:
-
S_OK
if the service is created.
E_FAIL
otherwise
o CreateAutoServicesAccess
public static CreateAutoServicesAccess( | | oAutoServices) |
-
Creates a pointer on a CATIMmiAutoServices.
- Parameters:
-
- oErrUpdate
- a CATIMmiAutoServices pointer.
- Returns:
-
S_OK
if the service is created.
E_FAIL
otherwise
o CreateFeatureAttributesAccess
public static CreateFeatureAttributesAccess( | | oFeatureAttributes) |
-
Creates a pointer on a CATIMmiFeatureAttributes.
- Parameters:
-
- oFeatureAttributes
- a CATIMmiFeatureAttributes pointer.
- Returns:
-
S_OK
if the service is created.
E_FAIL
otherwise
o CreateMechanicalSetServicesAccess
public static CreateMechanicalSetServicesAccess( | | oMechanicalSetServices) |
-
Creates a pointer on a CATIMmiMechanicalSetServices.
- Parameters:
-
- oMechanicalSetServices
- a CATIMmiMechanicalSetServices pointer.
- Returns:
-
S_OK
if the service is created.
E_FAIL
otherwise
o CreateUpdateErrorAccess
public static CreateUpdateErrorAccess( | | oErrUpdate) |
-
Creates a pointer on a CATIMmiErrUpdate.
- Parameters:
-
- oErrUpdate
- a CATIMmiErrUpdate pointer.
- Returns:
-
S_OK
if the service is created.
E_FAIL
otherwise
This object is included in the file: CATMmiExtendServicesFactory.h
If needed, your Imakefile.mk should include the module: CATMecModExtendItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.