CATKinSimulationUseItf Interface CATIKinSimulationServices

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


interface CATIKinSimulationServices

This interface is a simulation service.

Role: Contains API to manage Simulations.


Method Index


o CreateKinematicSimulation(CATIType_var&,CATUnicodeString&,CATBaseUnknown*,CATISimulationPLMManager*&,CATLISTV(CATBaseUnknown_var)*,CATIAdpEnvironment*,CATICkeObject_var&)
Creates a Simulation.

Methods


o CreateKinematicSimulation
public virtual CreateKinematicSimulation( iType,
iSimulationName,
iContext,
opiSimulation,
ipListAttributes= NULL,
ipiEnv= NULL,
const iProxy= NULL_var )
Creates a Simulation.
Parameters:
iType
[in] Simulation Type.
iSimulationName
[in] Simulation Name.
iContext
[in] the product used for simulation.
opiSimulation
[out] the simulation created.
ipListAttributes
[in] customer attributes list.
ipiEnv
[in] the Environment.
iProxy
[in] a proxy used for creating the simulation.
Returns:
S_OK
if the operation is successful.
E_FAIL
if the operation is failed.

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

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