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
Array of bottom shell surface parameters: Local z-coordinate for thickness-dependent results and the x-, y-, and z-coordinates of the reference point for moment computations.
true | false
Array of top shell surface parameters: Local z-coordinate for thickness-dependent results and the x-, y-, and z-coordinates of the reference point for moment computations.
See Also
Solution