DELStrMfgUseItf Interface DELIStrMfgUseTabbedOpening
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface DELIStrMfgUseTabbedOpening
Method Index
- o
GetNumberOfTabPoints(int&)
- Gets the minimum number of Tab points.
- o
GetTabLength(CATICkeParm_var&)
- Gets the Tab length.
- o
GetTabWidth(CATICkeParm_var&)
- Gets the Tab width which is diameter of tab.
- o
SetNumberOfTabPoints(int)
- Sets the minimum number of Tab points.
- o
SetTabLength(double)
- Sets the Tab length.
- o
SetTabWidth(double)
- Sets the Tab width which is diameter of tab.
Methods
o GetNumberOfTabPoints
public virtual GetNumberOfTabPoints( | | oTabPoints) |
-
Gets the minimum number of Tab points.
- Parameters:
-
- oTabPoints
- - double value for tab points
- Returns:
- Error code of function.
o GetTabLength
public virtual GetTabLength( | | ospTabLength) |
-
Gets the Tab length.
- Parameters:
-
- ospTabLength
- - maximum distance between tab points
- Returns:
- Error code of function.
o GetTabWidth
public virtual GetTabWidth( | | ospTabWidth) |
-
Gets the Tab width which is diameter of tab.
- Parameters:
-
- ospTabWidth
- - tab width
- Returns:
- Error code of function.
o SetNumberOfTabPoints
public virtual SetNumberOfTabPoints( | const | iTabPoints) |
-
Sets the minimum number of Tab points.
- Parameters:
-
- iTabPoints
- - double value for tab points
- Returns:
- Error code of function.
o SetTabLength
public virtual SetTabLength( | const | iTabLength) |
-
Sets the Tab length.
- Parameters:
-
- iTabLength
- - maximum distance between tab points
- Returns:
- Error code of function.
o SetTabWidth
public virtual SetTabWidth( | const | iTabWidth) |
-
Sets the Tab width which is diameter of tab.
- Parameters:
-
- iTabWidth
- - tab width
- Returns:
- Error code of function.
This object is included in the file: DELIStrMfgUseTabbedOpening.h
If needed, your Imakefile.mk should include the module: CAADELStrMfgItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.