ParCurve2D, ParCurve3D
Create a 2D or 3D parametric curve dataset.
Syntax
model.result().dataset().create(<dtag>,"ParCurve2D");
model.result().dataset().create(<dtag>,"ParCurve3D");
model.result().dataset(<dtag>).set(property,<value>);
Description
model.result().dataset().create(<dtag>,"ParCurve2D") creates a 2D parametric curve dataset feature named <dtag>.
model.result().dataset().create(<dtag>,"ParCurve3D") creates a 3D parametric curve dataset feature named <dtag>.
Evaluation is made along an arbitrary parametric curve in 2D or 3D.
The following properties are available:Add option for evaluating outside the mesh:
none | dataset name
If set to true, the dataset only evaluates globally defined expressions.
{"cln1tx", "cln1ty"} for the first Parametric Curve 2D dataset
The global property can be useful for BEM models, for example, to be able to evaluate globally defined expressions outside the mesh.
See Also
ParSurface