Skip to content
Document Authoring DA  API Docs v1.18.0
npmGitHub

ShapeCustomGeometrySegmentQuad

ShapeCustomGeometrySegmentQuad:

Draws a quadratic Bézier curve from the current point to to, shaped by the control point c.

type: "quad"

Discriminant for the segment kind.


c: ShapeCustomGeometryPoint

The control point.


to: ShapeCustomGeometryPoint

The end point of the curve.