CATGSMUseItf Interface CATIGSMUseExtremum
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIGSMUseExtremum
Interface to extremum feature.
* Role: Allows you to access data of the Extremum
- See also:
-
Method Index
- o
GetDir(CATIGSMUseDirection_var&)
- Gets the direction into which the extremum is detected.
- o
GetDir2(CATIGSMUseDirection_var&)
- Gets the second direction into which the extremum is detected.
- o
GetDir3(CATIGSMUseDirection_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(CATIMmiMechanicalFeature_var&)
- Gets the element on which the extremum is detected.
- o
SetDir(CATIGSMUseDirection_var)
- Sets the direction into which the extremum is detected.
- o
SetDir2(CATIGSMUseDirection_var)
- Sets the second direction into which the extremum is detected.
- o
SetDir3(CATIGSMUseDirection_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(CATIMmiMechanicalFeature_var)
- Sets the element on which the extremum is detected.
Methods
o GetDir
public virtual GetDir( | | oDirection) |
-
Gets the direction into which the extremum is detected.
- Parameters:
-
- oDirection
- Direction into which the extremum is detected.
- See also:
-
o GetDir2
public virtual GetDir2( | | oDirection) |
-
Gets the second direction into which the extremum is detected.
- Parameters:
-
- oDirection
- Direction into which the extremum is detected.
- See also:
-
o GetDir3
public virtual GetDir3( | | oDirection) |
-
Gets the third direction into which the extremum is detected.
- Parameters:
-
- oDirection
- Direction into which the extremum is detected.
- See also:
-
o GetExtremumType
public virtual GetExtremumType( | | oExtremumType) |
-
Gets the extremum type.
- Parameters:
-
- oExtremumType
- Extremum mode to get a maximum point(GSMMax) or a minimum point(GSMMin)
- See also:
-
o GetExtremumType2
public virtual GetExtremumType2( | | oExtremumType) |
-
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:
-
o GetExtremumType3
public virtual GetExtremumType3( | | oExtremumType) |
-
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:
-
o GetReference
public virtual GetReference( | | oReference) |
-
Gets the element on which the extremum is detected.
- Parameters:
-
- oReference
- Reference element
- See also:
-
o SetDir
public virtual SetDir( | const | iDirection) |
-
Sets the direction into which the extremum is detected.
- Parameters:
-
- iDirection
- Direction into which the extremum is detected.
- See also:
-
o SetDir2
public virtual SetDir2( | const | iDirection) |
-
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:
-
o SetDir3
public virtual SetDir3( | const | iDirection) |
-
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:
-
o SetExtremumType
public virtual SetExtremumType( | | iExtremumType) |
-
Sets the extremum type.
- Parameters:
-
- oExtremumType
- Extremum mode to set a maximum point(GSMMax) or a minimum point(GSMMin)
- See also:
-
o SetExtremumType2
public virtual SetExtremumType2( | | iExtremumType) |
-
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:
-
o SetExtremumType3
public virtual SetExtremumType3( | | iExtremumType) |
-
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:
-
o SetReference
public virtual SetReference( | const | iReference) |
-
Sets the element on which the extremum is detected.
- Parameters:
-
- iReference
- Reference element
- See also:
-
This object is included in the file: CATIGSMUseExtremum.h
If needed, your Imakefile.mk should include the module: CATGSMUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.