Use model.geom(<tag>).create(<ftag>,"ParametericCurve") to create a parametric curve. Self-intersecting curves are not supported, except the case of a closed curve (that is, when the start and end points coincide). The following properties are available:
Table 3-77: Valid Property/Value Pairs Direction of the z-axis of the local coordinate system. Vector has length 3 if axistype is cartesian, and length 2 if axistype is spherical. String[2] | String[3] Rotational angle about axis. on | off bnd in 2D; edg in 3D Show selections, if selresult is on, in physics, materials, and so on; in part instances; or in 3D from a plane geometry. obj is not available in a component’s geometry. dom, bnd, and edg are not available in all features. The expressions in coord can contain functions defined in the model. If the definition of such a function is changed, the parametric curve is not automatically rebuilt. Use model.geom(<tag>).feature(<ftag>).importData() to rebuild the parametric curve after such a change.For information about the selresult and contributeto properties, see Selections of Geometric Entities.