ParSurface
Create a parameterized 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 parameterized surface dataset feature named <dtag>.
Evaluation is made along an arbitrary parameterized 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, for example, to be able to evaluate globally defined expressions outside the mesh.
See Also
ParCurve2D, ParCurve3D