Shell
Create a shell dataset.
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 dataset. A shell dataset makes it possible to visualize the top and bottom surfaces of a shell in 3D.
The following properties are available:
none | dataset name
See Also
Solution