All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATTPSInterfaces Interface CATITPSRoughness

System.IUnknown
  |
  +---CATITPSRoughness
 

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


interface CATITPSRoughness

Interface to manage Roughness TPS.
TPS for Technological Product Specifications.

See also:
CATTPSRoughnessObtention
See also:
CATTPSRoughnessApplyTo


Method Index


o GetApplicability(CATTPSRoughnessApplyTo*)
Retrieves roughness applicability.
o GetField(int,wchar_t**)
Retrieves roughness field.
o GetObtention(CATTPSRoughnessObtention*)
Retrieves roughness obtention mode.
o SetApplicability(CATTPSRoughnessApplyTo)
Sets roughness applicability.
o SetField(int,wchar_t*)
Sets roughness field.
o SetObtention(CATTPSRoughnessObtention)
Sets roughness obtention mode.

Methods


o GetApplicability
public virtual HRESULT GetApplicability(CATTPSRoughnessApplyTo* oApplicability) const = 0
Retrieves roughness applicability.
o GetField
public virtual HRESULT GetField( const int iIndex,
wchar_t** oField) const = 0
Retrieves roughness field.
Parameters:
iIndex
Field index, from 1 to 9 from V5R13 (Fields 8 and 9 added). from 1 to 7 before V5R13
o GetObtention
public virtual HRESULT GetObtention(CATTPSRoughnessObtention* oObtention) const = 0
Retrieves roughness obtention mode.
o SetApplicability
public virtual HRESULT SetApplicability( const CATTPSRoughnessApplyTo iApplicability) = 0
Sets roughness applicability.
o SetField
public virtual HRESULT SetField( const int iIndex,
const wchar_t* iField) = 0
Sets roughness field.
                                      Field 4
                      Field 1     ------------------
                                 /         (Field 9)
                      Field 2   /
                               / (Field 8)  Field 5
                          \   /
                Field 3    \ /    Field 7   Field 6
 
  Pour le champs 7 les lettres autorisees sont :
  M, C, R, P, X, = ,L (symbole perpendicularite de la DSES)
 
Parameters:
iIndex
Field index, from 1 to 9 from V5R13 (Fields 8 and 9 added). from 1 to 7 before V5R13
o SetObtention
public virtual HRESULT SetObtention( const CATTPSRoughnessObtention iObtention) = 0
Sets roughness obtention mode.

This object is included in the file: CATITPSRoughness.h

Copyright © 2003, Dassault Systèmes. All rights reserved.