ParametricEquation Class
The commands in the ParametricEquation class are described below.
.
More...
ParametricEquation Class
The commands in the ParametricEquation class are described below.
.
| String ParametricEquation::GetDescription |
( |
| ) |
|
Returns the description of parametric equation as a string.
- Returns
- Description of parametric equation
| String ParametricEquation::GetExpression |
( |
| ) |
|
Returns a expression for a parametric equation.
- Returns
- Expression of parametric equation
| String ParametricEquation::GetFalseValue |
( |
| ) |
|
Returns the false value of the parametric equation.
- Returns
- False value of parametric equation
| String ParametricEquation::GetName |
( |
| ) |
|
Returns name for a parametric equation in character string.
- Returns
- Name of parametric equation
| String ParametricEquation::GetTrueValue |
( |
| ) |
|
Returns the true value of the parametric equation.
- Returns
- True value of parametric equation
| int ParametricEquation::GetType |
( |
| ) |
|
Returns a parametric equation type in integer.
- Returns
- Type of parametric equation (0= value/1= expression)
| double ParametricEquation::GetValue |
( |
| ) |
|
Returns the value of parametric equation.
- Returns
- Value of parametric equation
| bool ParametricEquation::IsFactorKey |
( |
| ) |
|
Returns True if treating as a key variable in the geometry parameter set list.
- Returns
- Whether to treat as a key variable in the geometry parameter set list
| void ParametricEquation::SetDescription |
( |
String & |
description | ) |
|
Specifies a description for a parametric equation.
- Parameters
-
| description | Description of parametric equation |
| void ParametricEquation::SetExpression |
( |
String & |
exp | ) |
|
Specifies a expression for a parametric equation.
- Parameters
-
| exp | Expression of parametric equation |
| void ParametricEquation::SetFalseValue |
( |
String & |
value | ) |
|
Specifies the false value of the parametric equation.
- Parameters
-
| value | False value of parametric equation |
| void ParametricEquation::SetIsFactorKey |
( |
bool |
flag | ) |
|
Specifies whether or not to treat as a key variable in the geometry parameter set list.
- Parameters
-
| flag | True=on : Treat as a key variable
False=off : Do not treat as a key variable
|
| void ParametricEquation::SetName |
( |
String & |
name | ) |
|
Specifies a name for a parametric equation.
- Parameters
-
| name | Name of parametric equation |
| void ParametricEquation::SetTrueValue |
( |
String & |
value | ) |
|
Specifies the true value of the parametric equation.
- Parameters
-
| value | True value of parametric equation |
| void ParametricEquation::SetType |
( |
int |
type | ) |
|
Specifies a type for a parametric equation.
- Parameters
-
| type | Type of parametric equation (0= value/1= expression) |