CATStrUseItf Interface CATISddUseProfileSubElementMngt
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATISddUseProfileSubElementMngt
Interface representing the Structure Detail Design Profile Sub Elements.
Role: This interface manages the SDD Profile Sub Elements.
Method Index
- o
GetEdges(CATListPtrCATCell&,CATUnicodeString&,CATUnicodeString&)
- Gets the list of edges corresponding to the intersection of two adjacent faces.
- o
GetEdges(CATLISTV(CATIMmiMechanicalFeature_var)&,CATUnicodeString&,CATUnicodeString&)
-
- o
GetFaces(CATListPtrCATCell&,CATUnicodeString&)
- Gets the list of faces corresponding to profile face name.
- o
GetFaces(CATLISTV(CATIMmiMechanicalFeature_var)&,CATUnicodeString&)
-
Methods
o GetEdges
public virtual GetEdges( | | oListOfEdges, |
| const | iNameFace_1, |
| const | iNameFace_2) |
-
Gets the list of edges corresponding to the intersection of two adjacent faces.
- Parameters:
-
- oListOfEdges
- List of edges for this profile.
- iNameFace_1
- / iNameFace_2 Adjacent faces of this profile.
- Returns:
- HRESULT Return code of function.
S_OK if everything ran ok.
E_FAIL if something went wrong.
o GetEdges
public virtual GetEdges( | | oListOfEdges, |
| const | iNameFace_1, |
| const | iNameFace_2) |
-
- Deprecated:
- R216 use #GetEdges
Gets the list of edges corresponding to the intersection of two adjacent faces.
- Parameters:
-
- oListOfEdges
- List of edges for this profile.
- iNameFace_1
- / iNameFace_2 Adjacent faces of this profile.
- 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) |
-
Gets the list of faces corresponding to profile face name.
- Parameters:
-
- oListOfFaces
- List of faces for this profile.
- iName
- Face name of the profile.
- 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 corresponding to profile face name.
- Parameters:
-
- oListOfFaces
- List of faces for this profile.
- iName
- Face name of the profile.
- 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: CATISddUseProfileSubElementMngt.h
If needed, your Imakefile.mk should include the module: CATStrUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.