SketchConicCurves.add Method

Parent Object: SketchConicCurves
Defined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchConicCurves.h>

Description

Creates a new conic curve.

Syntax

"sketchConicCurves_var" is a variable referencing a SketchConicCurves object.
returnValue = sketchConicCurves_var.add(startPoint, endPoint, apexPoint, rhoValue)
"sketchConicCurves_var" is a variable referencing a SketchConicCurves object.

#include <Fusion/Sketch/SketchConicCurves.h>

returnValue = sketchConicCurves_var->add(startPoint, endPoint, apexPoint, rhoValue);

Return Value

Type Description
SketchConicCurve Returns the new conic curve or null if the creation failed.

Parameters

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.

Version

Introduced in version May 2022