ParSurface
Create a parameterized surface data set.
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 data set feature named <dtag>.
Evaluation is made along an arbitrary parameterized surface in 3D.
The following properties are available:
none | data set name
If set to true, the data set 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