CATHvacDesignUseItf Interface CATIHvaSupportReference

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


interface CATIHvaSupportReference

Interface to access Support Reference.
Role: Access Support Reference.
New V6R2013 FD1
This interface is implemented by Support VPMReference.


Method Index


o GetNumberOfSections(int&)
Retrieves the number of Support sections.
o GetSectionData(int&,CATMathPoint&,CATMathPlane&,CATMathPlane&,CATMathPlane&)
Retrieves the Support Section Data.
o GetSubType(CATUnicodeString&)
Retrieves the sub type Part of an Support.

Methods


o GetNumberOfSections
public virtual GetNumberOfSections( oNbSections)
Retrieves the number of Support sections.
Role: Retrieves the number of Support sections.
Parameters:
oNbSections
[Out] The number of Support sections.
Returns:
An HRESULT value.
Legal values:
S_OK
Operation is successful
E_FAIL
Otherwise
o GetSectionData
public virtual GetSectionData( const iSectionNumber,
opiPoint,
oPlane1,
oPlane2,
oBasePlane)
Retrieves the Support Section Data.
Role: Retrieves the Support Section Data.
Parameters:
iSectionNumber
[In] Section number used to read the data.
oPoint
[Out] The 3D mathematical point of the section.
oPlane1
[Out] The 3D mathematical input plane of the section.
oPlane2
[Out] The 3D mathematical output Plane of the section.
oBasePlane
[Out] The 3D mathematical base Plane of the section.
Returns:
An HRESULT value.
Legal values:
S_OK
Operation is successful
E_FAIL
Otherwise
o GetSubType
public virtual GetSubType( oSubType)
Retrieves the sub type Part of an Support.
Role: Retrieves the sub type Part of an Support.
Parameters:
oSubType
[Out] The sub part type
Returns:
An HRESULT value.
Legal values:
S_OK
Operation is successful
E_FAIL
Otherwise

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

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