All Frameworks  Class Hierarchy  This Framework  Indexes   

GSMInterfaces Interface CATIGSMExtremumPolar

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


interface CATIGSMExtremumPolar

Interface to ExtremumPolar feature.
Role: Allows you to access data of the ExtremumPolar

See also:
CATIGSMFactory.CreateExtremumPolar


Method Index


o GetAngle(double&)
Gets the extremum angle.
o GetContour(CATISpecObject_var&)
Gets the element on which the ExtremumPolar is detected.
o GetDir(CATIGSMDirection_var&)
Gets the reference direction into which the Extremum is detected.
o GetExtremumType(unsigned short&)
Gets the ExtremumPolar type.
o GetOrigin(CATISpecObject_var&)
Gets the axis origin.
o GetRadius(double&)
Gets the extremum radius.
o GetSupport(CATISpecObject_var&)
Gets the contour support.
o SetContour(CATISpecObject_var)
Sets the element on which the ExtremumPolar is detected.
o SetDir(CATIGSMDirection_var)
Sets the reference direction into which the Extremum is detected.
o SetExtremumType(unsigned short)
Sets the ExtremumPolar type.
o SetOrigin(CATISpecObject_var)
Sets the axis origin.
o SetSupport(CATISpecObject_var)
Sets the contour support.

Methods


o GetAngle
public virtual GetAngle( oAngle)
Gets the extremum angle.
Parameters:
oAngle
o GetContour
public virtual GetContour( oContour)
Gets the element on which the ExtremumPolar is detected.
Parameters:
oContour
Contour element
See also:
CATISpecObject
o GetDir
public virtual GetDir( oDirection)
Gets the reference direction into which the Extremum is detected.
Parameters:
oDirection
Direction into which the Extremum is detected.
See also:
CATIGSMDirection
o GetExtremumType
public virtual GetExtremumType( oExtremumType)
Gets the ExtremumPolar type.
Parameters:
oExtremumType
Extremum mode to get a extremum point: = 0 Minimum radius = 1 Maximum radius = 2 Minimum angle = 3 Maximum angle
o GetOrigin
public virtual GetOrigin( oOrigin)
Gets the axis origin.
Parameters:
oOrigin
o GetRadius
public virtual GetRadius( oRadius)
Gets the extremum radius.
Parameters:
oRadius
o GetSupport
public virtual GetSupport( oSupport)
Gets the contour support.
Parameters:
oSupport
Contour support element
See also:
CATISpecObject
o SetContour
public virtual SetContour( const iContour)
Sets the element on which the ExtremumPolar is detected.
Parameters:
iContour
Contour element
See also:
CATISpecObject
o SetDir
public virtual SetDir( const iDirection)
Sets the reference direction into which the Extremum is detected.
Parameters:
iDirection
Direction into which the Extremum is detected.
See also:
CATIGSMDirection
o SetExtremumType
public virtual SetExtremumType( iExtremumType)
Sets the ExtremumPolar type.
Parameters:
oExtremumType
Extremum mode to get a extremum point: = 0 Minimum radius = 1 Maximum radius = 2 Minimum angle = 3 Maximum angle
o SetOrigin
public virtual SetOrigin( const iOrigin)
Sets the axis origin.
Parameters:
iOrigin
Axis origin
o SetSupport
public virtual SetSupport( const iSupport)
Sets the contour support.
Parameters:
iSupport
Contour support element
See also:
CATISpecObject

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

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