CATStrUseItf Interface CATISfdUseConvertStiffener
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATISfdUseConvertStiffener
Interface representing Sfd ConvertStiffener.
'SldStiffener' late type implements CATISfdUseConvertStiffener.
Method Index
- o
Category(CATUnicodeString,CATUnicodeString)
- Sets Category.
- o
ConvertStiffener()
- Once all the above inputs are set, ConvertStiffener command will be executed.
- o
FlangeState(boolean)
- Sets Flange State.
- o
FlatBarSectionName(CATUnicodeString)
- Sets FlatBar Section Name.
- o
Material(CATUnicodeString,CATUnicodeString)
- Sets Material.
- o
PanelNames(CATUnicodeString,CATUnicodeString)
- Sets Panel Names.
- o
RemoveStiffener(boolean)
- Sets Stiffener State.
- o
SetMode(long)
- Sets Mode.
Methods
o Category
| public virtual Category( | | iCategory_1, |
| | iCategory_2) |
-
Sets Category.
- Parameters:
-
- iCategory_1
- iCategory_1 - Panel
- iCategory_2
- iCategory_2 - Panel
o ConvertStiffener
| public virtual ConvertStiffener( | ) |
-
Once all the above inputs are set, ConvertStiffener command will be executed.
o FlangeState
| public virtual FlangeState( | | iFlangeState) |
-
Sets Flange State.
- Parameters:
-
- iFlangeState
- Want to convert flange or not:
- TRUE : Convert
- FALSE : Don't Convert
o FlatBarSectionName
| public virtual FlatBarSectionName( | | iFlatBarSectionName) |
-
Sets FlatBar Section Name.
- Parameters:
-
- iFlatBarSectionName
- iFlatBarSectionName - WT18x179.5
o Material
| public virtual Material( | | iMaterial_1, |
| | iMaterial_2) |
-
Sets Material.
- Parameters:
-
- iMaterial_1
- iMaterial_1 - Steel A42
- iMaterial_2
- iMaterial_2 - Steel A42
o PanelNames
| public virtual PanelNames( | | iName_1, |
| | iName_2) |
-
Sets Panel Names.
- Parameters:
-
- iName_1
- iName_1 - Panel
- iName_2
- iName_2 - Flange
o RemoveStiffener
| public virtual RemoveStiffener( | | iRemoveStiffenerState) |
-
Sets Stiffener State.
- Parameters:
-
- iRemoveStiffenerState
- Want to keep Stiffener after conversion:
- TRUE : Remove Stiffener
- FALSE : Keep Stiffener
o SetMode
| public virtual SetMode( | | iMode) |
-
Sets Mode.
- Parameters:
-
- iMode
- iMode - 1 - PLATE/PLATE
iMode - 2 - PLATE/FLATBAR
This object is included in the file: CATISfdUseConvertStiffener.h
If needed, your Imakefile.mk should include the module: CATStrUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.