DesignTable Class
The commands in the DesignTable class are described below.
.
More...
DesignTable Class
The commands in the DesignTable class are described below.
.
| void DesignTable::AddEquation |
( |
String & |
parameterName | ) |
|
Adds a parametric equation.
- Parameters
-
| parameterName | Name of parametric equation |
| void DesignTable::AddParameterSetList |
( |
String & |
factorKey, |
|
|
StringList & |
variableList |
|
) |
| |
Adds the geometry parameter set list.
- Parameters
-
| factorKey | Key variable |
| variableList | Variable list to be registered |
| void DesignTable::EditStart |
( |
| ) |
|
Starts changing the parametric equations.
Even if parametric equations are changed, stopped running the automatic update.
Be sure to call EditEnd() after changing.
| void DesignTable::ExportEquation |
( |
String & |
filename, |
|
|
StringList & |
parameterNameList |
|
) |
| |
Exports a parametric equation to a file (*.xml). This command corresponds to the export function in the [Equations] dialog.
- Parameters
-
| filename | File path for exporting |
| parameterNameList | Name of parametric equation to be exported |
Returns a parametric equation object by specifying a name or an index of parametric equation.
- Parameters
-
| indexOrName | Name or index of parametric equation |
- Returns
- ParametricEquation object
Returns an equation range item object by specifying a name or an index of equation range item.
- Parameters
-
| indexOrName | Name or index of equation range setting |
- Returns
- EquationRangeItem object
| int DesignTable::NumParameters |
( |
| ) |
|
Returns the number of parameters.
- Returns
- Number of parameters
| void DesignTable::RemoveEquation |
( |
Variant & |
indexOrName | ) |
|
Deletes a parametric equation.
- Parameters
-
| indexOrName | Name or index of parametric equation |
| void DesignTable::RemoveEquationRange |
( |
Variant & |
indexOrName | ) |
|
Deletes an equation range setting.
- Parameters
-
| indexOrName | Name or index of equation range setting |
| void DesignTable::RemoveParameterSetList |
( |
StringList & |
factorKeyList | ) |
|
Deletes the geometry parameter set list.
- Parameters
-
| factorKeyList | Key variable list to be deleted |