CATStrUseItf Interface CATISddUsePlateSubElementMngt

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


interface CATISddUsePlateSubElementMngt

Interface representing the Structure Detail Design Plate Sub Elements.
Role: This interface manages the SDD Plate Sub Elements.


Method Index


o GetFaces(CATListPtrCATCell&,CATStrPlateFaceName&)
Gets the list of faces when plate face name is inputted.
o GetFaces(CATLISTV(CATIMmiMechanicalFeature_var)&,CATStrPlateFaceName&)

Methods


o GetFaces
public virtual GetFaces( oListOfFaces,
const iName)
Gets the list of faces when plate face name is inputted. (@see CATStrPlateFaceName)
Parameters:
oListOfFaces
List of faces for this plate.
iName
CATStrPlateFaceName enum for plate face name. iName -> 0 - catStrPlateFaceNameUndefined iName -> 1 - catStrPlateFaceBottom iName -> 2 - catStrPlateFaceTop
Returns:
HRESULT Return code of function. S_OK if everything ran ok. E_FAIL if something went wrong.
o GetFaces
public virtual GetFaces( oListOfFaces,
const iName)
Deprecated:
R216 use #GetFaces Gets the list of faces when plate face name is inputted. (@see CATStrPlateFaceName)
Parameters:
oListOfFaces
List of faces for this plate.
iName
CATStrPlateFaceName enum for plate face name. iName -> 0 - catStrPlateFaceNameUndefined iName -> 1 - catStrPlateFaceBottom iName -> 2 - catStrPlateFaceTop
Returns:
HRESULT Return code of function. S_OK if everything ran ok. E_FAIL if something went wrong.

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

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