Creates a new conic curve.
"sketchConicCurves_var" is a variable referencing a SketchConicCurves object.
|
"sketchConicCurves_var" is a variable referencing a SketchConicCurves object.
|
Type | Description |
SketchConicCurve | Returns the new conic curve or null if the creation failed. |
Name | Type | Description |
startPoint | Base | The start point of the conic curve. This can be either an existing SketchPoint or a Point3D object. |
endPoint | Base | The end point of the conic curve. This can be either an existing SketchPoint or a Point3D object. |
apexPoint | Base | The apex point of the conic curve. This can be either an existing SketchPoint or a Point3D object. |
rhoValue | double | Double that specifies the rho value for the conic. This value must be greater than zero and less than one. |