ElecFlatteningItf Interface CATIEhfEnvironment
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIEhfEnvironment
This Interface allows you to find the Flattening Parameters
used in " Electrical Harness Flattening " WorkBench.
Method Index
- o
CreateFlatteningParameters(CATIEhfFlatteningParameters*&)
- Creates the flattening parameters.
- o
GetFlatteningParameters(CATListValCATBaseUnknown_var**)
- Retrieves the flattening parameters stored inside the product.
Methods
o CreateFlatteningParameters
public virtual CreateFlatteningParameters( | | opIFlatteningParameters) |
-
Creates the flattening parameters.
- Parameters:
-
- opIFlatteningParameters
- Pointer to created flattening parameters
- Returns:
- An HRESULT value
Legal values:
- S_OK
- Flattening parameters are successfully created
- E_FAIL
- An error occurred while creating flattening parameters
o GetFlatteningParameters
public virtual GetFlatteningParameters( | | oListParameters) |
-
Retrieves the flattening parameters stored inside the product.
- Parameters:
-
- oListParameters
- [out] The list of flattening parameters
- Returns:
- An HRESULT value
Legal values:
- S_OK
- Flattening parameters are successfully retrieved
- E_FAIL
- An error occurred while searching flattening parameters
This object is included in the file: CATIEhfEnvironment.h
If needed, your Imakefile.mk should include the module: CATEhfInterfaces
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.