Creates a new sketch equation curve in a 3D sketch.
CoordinateSystemType |
CoordinateSystemTypeEnum |
Enum value indicating if the coordinate system being used is Cartesian, Cylindrical, or Spherical. |
XValueOrRadius |
String |
Expression that defines the equation for the X value when using a Cartesian coordinate system and the radius when using a Cylindrical or Spherical coordinate system. |
YValueOrTheta |
String |
Expression that defines the equation for the Y value when using a Cartesian coordinate system and the theta value (or angle from the X axis) when using a Cylindrical coordinate system, and the theta value (or azimuth) for a spherical coordinate system. |
ZValueOrPhi |
String |
Expression that defines the equation for the Z value when using a Cartesian or Cylindrical coordinate system, and the phi value (or inclination) for a spherical coordinate system. |
MinValue |
Variant |
Expression defining the minimum value of “t”. |
MaxValue |
Variant |
Expression defining the maximum value of “t”. |