CATGSMUseItf Interface CATIGSMUseRollingOffset
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIGSMUseRollingOffset
Rolling Offset.
Role:
Gets, sets the Rolling Offset definition elements
- See also:
-
Method Index
- o
AppendCurve(CATIMmiMechanicalFeature_var&)
- Appends a Curve to the reference list of curves.
- o
GetCurves(CATLISTV(CATIMmiMechanicalFeature_var)&)
- Gets the reference list of curves.
- o
GetOffset(double&)
- Gets the offset value.
- o
GetOffset(CATICkeParm_var&)
- Gets the offset value.
- o
GetSupport(CATIMmiMechanicalFeature_var&)
- Gets the support of the curve(s).
- o
RemoveCurve(CATLONG32)
- Removes the Curve at the position i to the reference list of curves.
- o
RemoveCurve(CATIMmiMechanicalFeature_var&)
- Removes a Curve to the reference list of curves.
- o
SetCurve(CATIMmiMechanicalFeature_var&)
- Set a Curve to the list of curves.
- o
SetOffset(double)
- Sets the offset value.
- o
SetOffset(CATICkeParm_var)
- Sets the offset value.
- o
SetSupport(CATIMmiMechanicalFeature_var)
- Sets the reference support.
Methods
o AppendCurve
public virtual AppendCurve( | const | iElem) |
-
Appends a Curve to the reference list of curves.
- Parameters:
-
- iElem
- the curve to append.
o GetCurves
public virtual GetCurves( | | oElem) |
-
Gets the reference list of curves.
- Parameters:
-
- oElem
- the reference list of curves
o GetOffset
public virtual GetOffset( | | oOffset) |
-
Gets the offset value.
- Parameters:
-
- oOffset
- Offset value
o GetOffset
public virtual GetOffset( | | oOffset) |
-
Gets the offset value.
- Parameters:
-
- oOffValue
- Offset value
o GetSupport
public virtual GetSupport( | | oSupport) |
-
Gets the support of the curve(s).
- Parameters:
-
- oSupport
- new curve support
o RemoveCurve
public virtual RemoveCurve( | const | i) |
-
Removes the Curve at the position i to the reference list of curves.
- Parameters:
-
- i
- the position of the curve to remove.
o RemoveCurve
public virtual RemoveCurve( | const | iElem) |
-
Removes a Curve to the reference list of curves.
- Parameters:
-
- iElem
- the curve to remove.
o SetCurve
public virtual SetCurve( | const | iElem) |
-
Set a Curve to the list of curves.
- Parameters:
-
- iElem
- if the curve iElem is already in list, it is removed
else it is appended.
o SetOffset
public virtual SetOffset( | const | iOffset) |
-
Sets the offset value.
- Parameters:
-
- iOffset
- Offset value
o SetOffset
public virtual SetOffset( | const | iOffset) |
-
Sets the offset value.
- Parameters:
-
- iOffset
- Offset value
o SetSupport
public virtual SetSupport( | const | iSupport) |
-
Sets the reference support.
- Parameters:
-
- iSupport
- new curve support
This object is included in the file: CATIGSMUseRollingOffset.h
If needed, your Imakefile.mk should include the module: CATGSMUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.