Public Member Functions | List of all members
ParametricEquation Class Reference

ParametricEquation Class
The commands in the ParametricEquation class are described below.
. More...

Public Member Functions

String GetDescription ()
 Returns the description of parametric equation as a string. More...
 
String GetExpression ()
 Returns a expression for a parametric equation. More...
 
String GetFalseValue ()
 Returns the false value of the parametric equation. More...
 
String GetName ()
 Returns name for a parametric equation in character string. More...
 
String GetTrueValue ()
 Returns the true value of the parametric equation. More...
 
int GetType ()
 Returns a parametric equation type in integer. More...
 
double GetValue ()
 Returns the value of parametric equation. More...
 
bool IsFactorKey ()
 Returns True if treating as a key variable in the geometry parameter set list. More...
 
void SetDescription (String &description)
 Specifies a description for a parametric equation. More...
 
void SetExpression (String &exp)
 Specifies a expression for a parametric equation. More...
 
void SetFalseValue (String &value)
 Specifies the false value of the parametric equation. More...
 
void SetIsFactorKey (bool flag)
 Specifies whether or not to treat as a key variable in the geometry parameter set list. More...
 
void SetName (String &name)
 Specifies a name for a parametric equation. More...
 
void SetTrueValue (String &value)
 Specifies the true value of the parametric equation. More...
 
void SetType (int type)
 Specifies a type for a parametric equation. More...
 

Detailed Description

ParametricEquation Class
The commands in the ParametricEquation class are described below.
.

Member Function Documentation

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
descriptionDescription of parametric equation
void ParametricEquation::SetExpression ( String &  exp)

Specifies a expression for a parametric equation.

Parameters
expExpression of parametric equation
void ParametricEquation::SetFalseValue ( String &  value)

Specifies the false value of the parametric equation.

Parameters
valueFalse 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
nameName of parametric equation
void ParametricEquation::SetTrueValue ( String &  value)

Specifies the true value of the parametric equation.

Parameters
valueTrue value of parametric equation
void ParametricEquation::SetType ( int  type)

Specifies a type for a parametric equation.

Parameters
typeType of parametric equation (0= value/1= expression)