Shell
Create a shell data set.
Syntax
model.result().dataset().create(<dtag>,"Shell");
model.result().dataset(<dtag>).set(property, <value>);
model.result().dataset(<dtag>).run();
Description
model.result().dataset().create(<dtag>,"Shell") creates a shell data set. A shell data set makes it possible to visualize the top and bottom surfaces of a shell in 3D.
The following properties are available:
none | data set name
See Also
Solution