ParSurface
Create a parametric surface dataset.
Syntax
model.result().dataset().create(<dtag>,"ParSurface");
model.result().dataset(<dtag>).set(property,<value>);
Description
model.result().dataset().create(<dtag>,"ParSurface") creates a parametric surface dataset feature named <dtag>.
Evaluation is made along an arbitrary parametric surface in 3D.
The following properties are available:
none | dataset name
If set to true, the dataset only evaluates globally defined expressions
The global property can be useful for BEM models and for far-field postprocessing to, for example, be able to evaluate globally defined expressions outside the mesh.
See Also
ParCurve2D, ParCurve3D