-
From the
Compass, click
3D Modeling
Apps
,
and select
Engineering Rules Capture.
-
Create the set of equations. To do so, do the following:
-
Click
Set of Equations
.
-
Enter the name of the equation.
-
Enter a comment.
-
Select a destination and click
OK.
-
Enter the set of equations in the editor.
-
Click the
Parse arrow and click
Solve.
Option | Description |
---|
Constant
parameters |
Parameters whose values are set by you and are considered
as constants by the solver. This value can be changed directly in the
Value column by clicking twice (slowly) in
the
Value cell. |
---|
Unknown
parameters | Parameters whose values are computed
after you click
Apply. |
---|
The value of each parameter appears first in the
Unknown parameters frame, and in the
tree.
Example
This example shows you how to create a set of equations based on two
Real type parameters.
- Create a 3D Shape containing two real type
parameters
x and
y. Both parameters are intended to be used as
variables in a set of equations.
- Assign values to the parameters:
x = 12
and
y = 10
.
- From the
Compass, click
3D Modeling
Apps
,
and select
Engineering Rules Capture.
- Click
Set of equations
. Enter the name of the equation and click
OK.
- Enter the following set of equations in the editor:
y - 2
*sqrt(x) ==2; y - 4 *x*x == 0
- Click the
Parse arrow and click
Solve.
The value of each parameter appears first in the
Unknown parameters frame, and in the
tree.