CATMecModUseItf Interface CATMmiUseServicesFactory

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


interface CATMmiUseServicesFactory

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 CreateBRepDecodeServices(CATIMmiUseBRepDecodeServices_var&)
Creates a handler on a CATIMmiUseBRepDecodeServices.
o CreateMmiBRepScanServices(CATIMmiBRepScanServices*&)
Creates a pointer on a CATIMmiBRepScanServices.
o CreateMmiKnolServices(CATIMmiKnolServices*&)
Creates a pointer on a CATIMmiKnolServices.
o CreateMmiUseCreateImport(CATIMmiUseCreateImport*&)
Creates a pointer on a CATIMmiUseCreateImport enabling to create an import.
o CreateMmiUseLinearBodyServices(CATIMmiUseLinearBodyServices*&)
Creates a pointer on a CATIMmiUseLinearBodyServices.
o CreateMmiViewServices(CATIMmiViewServices*&)
Creates a pointer on a CATIMmiViewServices.
o CreateSubElemPropertiesAccess(CATIMmiSubElemProperties_var&)
Creates a handler on a CATIMmiSubElemProperties enabling to modify .

Methods


o CreateBRepDecodeServices
public static CreateBRepDecodeServices( oService)
Creates a handler on a CATIMmiUseBRepDecodeServices.
Parameters:
oService
[out] a CATIMmiUseBRepDecodeServices handler.
Returns:
S_OK if the service is created.
E_FAIL otherwise
o CreateMmiBRepScanServices
public static CreateMmiBRepScanServices( oService)
Creates a pointer on a CATIMmiBRepScanServices.
Parameters:
oService
a CATIMmiBRepScanServices pointer
Returns:
S_OK if service is created.
E_FAIL otherwise
o CreateMmiKnolServices
public static CreateMmiKnolServices( oService)
Creates a pointer on a CATIMmiKnolServices.
Parameters:
oService
a CATIMmiKnolServices pointer
Returns:
S_OK if service is created.
E_FAIL otherwise
o CreateMmiUseCreateImport
public static CreateMmiUseCreateImport( oCreateImport)
Creates a pointer on a CATIMmiUseCreateImport enabling to create an import.
Parameters:
oInterPartCopy
a CATIMmiUseCreateImport pointer
Returns:
S_OK if service is created.
E_FAIL otherwise
o CreateMmiUseLinearBodyServices
public static CreateMmiUseLinearBodyServices( oService)
Creates a pointer on a CATIMmiUseLinearBodyServices.
Parameters:
oService
a CATIMmiUseLinearBodyServices pointer
Returns:
S_OK if service is created.
E_FAIL otherwise
o CreateMmiViewServices
public static CreateMmiViewServices( oService)
Creates a pointer on a CATIMmiViewServices.
Parameters:
oService
a CATIMmiViewServices pointer
Returns:
S_OK if service is created.
E_FAIL otherwise
o CreateSubElemPropertiesAccess
public static CreateSubElemPropertiesAccess( oSubElemProperties)
Creates a handler on a CATIMmiSubElemProperties enabling to modify .
Parameters:
oSubElemProperties
a CATIMmiSubElemProperties handler.
Returns:
S_OK if the service is created.
E_FAIL otherwise

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

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