All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

GSMInterfaces Interface CATIGSMExtremum

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATIGSMExtremum
 

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


interface CATIGSMExtremum

Interface to extremum feature.
* Role: Allows you to access data of the Extremum

See also:
CATIGSMFactory.CreateExtremum


Method Index


o GetDir(CATIGSMDirection_var&)
Gets the direction into which the extremum is detected.
o GetDir2(CATIGSMDirection_var&)
Gets the second direction into which the extremum is detected.
o GetDir3(CATIGSMDirection_var&)
Gets the third direction into which the extremum is detected.
o GetExtremumType(GSMMinMax&)
Gets the extremum type.
o GetExtremumType2(GSMMinMax&)
Gets the extremum type of the second direction.
o GetExtremumType3(GSMMinMax&)
Gets the extremum type of the third direction.
o GetReference(CATISpecObject_var&)
Gets the element on which the extremum is detected.
o SetDir(CATIGSMDirection_var)
Sets the direction into which the extremum is detected.
o SetDir2(CATIGSMDirection_var)
Sets the second direction into which the extremum is detected.
o SetDir3(CATIGSMDirection_var)
Sets the third direction into which the extremum is detected.
o SetExtremumType(GSMMinMax)
Sets the extremum type.
o SetExtremumType2(GSMMinMax)
Sets the extremum type of the second direction.
o SetExtremumType3(GSMMinMax)
Sets the extremum type of the third direction.
o SetReference(CATISpecObject_var)
Sets the element on which the extremum is detected.

Methods


o GetDir
public virtual HRESULT GetDir(CATIGSMDirection_var& oDirection) =0
Gets the direction into which the extremum is detected.
Parameters:
oDirection
Direction into which the extremum is detected.
See also:
CATIGSMDirection
o GetDir2
public virtual HRESULT GetDir2(CATIGSMDirection_var& oDirection) =0
Gets the second direction into which the extremum is detected.
Parameters:
oDirection
Direction into which the extremum is detected.
See also:
CATIGSMDirection
o GetDir3
public virtual HRESULT GetDir3(CATIGSMDirection_var& oDirection) =0
Gets the third direction into which the extremum is detected.
Parameters:
oDirection
Direction into which the extremum is detected.
See also:
CATIGSMDirection
o GetExtremumType
public virtual HRESULT GetExtremumType(GSMMinMax& oExtremumType) =0
Gets the extremum type.
Parameters:
oExtremumType
Extremum mode to get a maximum point(GSMMax) or a minimum point(GSMMin)
See also:
GSMMinMax
o GetExtremumType2
public virtual HRESULT GetExtremumType2(GSMMinMax& oExtremumType) =0
Gets the extremum type of the second direction.
Parameters:
oExtremumType
Extremum mode to get a maximum point(GSMMax) or a minimum point(GSMMin)
See also:
GSMMinMax
o GetExtremumType3
public virtual HRESULT GetExtremumType3(GSMMinMax& oExtremumType) =0
Gets the extremum type of the third direction.
Parameters:
oExtremumType
Extremum mode to get a maximum point(GSMMax) or a minimum point(GSMMin)
See also:
GSMMinMax
o GetReference
public virtual HRESULT GetReference(CATISpecObject_var& oReference) =0
Gets the element on which the extremum is detected.
Parameters:
oReference
Reference element
See also:
CATISpecObject
o SetDir
public virtual HRESULT SetDir( const CATIGSMDirection_var iDirection) =0
Sets the direction into which the extremum is detected.
Parameters:
iDirection
Direction into which the extremum is detected.
See also:
CATIGSMDirection
o SetDir2
public virtual HRESULT SetDir2( const CATIGSMDirection_var iDirection) =0
Sets the second direction into which the extremum is detected.
Parameters:
iDirection
Direction into which the extremum is detected. iDirection = NULL_var unsets the direction.
See also:
CATIGSMDirection
o SetDir3
public virtual HRESULT SetDir3( const CATIGSMDirection_var iDirection) =0
Sets the third direction into which the extremum is detected.
Parameters:
iDirection
Direction into which the extremum is detected. iDirection = NULL_var unsets the direction.
See also:
CATIGSMDirection
o SetExtremumType
public virtual HRESULT SetExtremumType(GSMMinMax iExtremumType) =0
Sets the extremum type.
Parameters:
oExtremumType
Extremum mode to set a maximum point(GSMMax) or a minimum point(GSMMin)
See also:
GSMMinMax
o SetExtremumType2
public virtual HRESULT SetExtremumType2(GSMMinMax iExtremumType) =0
Sets the extremum type of the second direction.
Parameters:
oExtremumType
Extremum mode to set a maximum point(GSMMax) or a minimum point(GSMMin)
See also:
GSMMinMax
o SetExtremumType3
public virtual HRESULT SetExtremumType3(GSMMinMax iExtremumType) =0
Sets the extremum type of the third direction.
Parameters:
oExtremumType
Extremum mode to set a maximum point(GSMMax) or a minimum point(GSMMin)
See also:
GSMMinMax
o SetReference
public virtual HRESULT SetReference( const CATISpecObject_var iReference) =0
Sets the element on which the extremum is detected.
Parameters:
iReference
Reference element
See also:
CATISpecObject

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

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