The DesignStudy class is composed of properties and methods that define the characteristics and control the operation of a design study.
DesignStudy Class Properties
|
DesignStudy Properties |
Type | Values |
|
name |
String | |
|
path |
String | |
|
count |
Number |
DesignStudy Class Methods
|
DesignStudy Methods |
Description | data return |
|
open() |
Opens an existing design study | no |
|
open(cfdstFile) |
Opens an existing design study | no |
|
open(cfdFile) |
Imports v10 analysis into new design study | no |
|
open(cfzFile) |
Sets design study from a share file | no |
|
save() |
Saves a design study | no |
|
design(index) |
Returns design at index | Design |
|
design(name) |
Returns design with name | Design |
|
update(design, cadFile) |
Updates geometry of a design | no |
|
add(design, cadFile) |
Creates a new design with geometry | no |
|
delete(design) |
Removes a design | no |
|
activeScenario() |
Returns active scenario | Scenario |
|
activeDesign() |
Returns active design | Design |