Optionalpoints: Point3[]Optionalperiodic: booleanOptionaltolerance: numberOptionalparametrization: bSplineParametrizationEnumOptionalstartTangent: Vector3OptionalendTangent: Vector3Optionaltangents: Vector3[]The points the curve passes through, in order.
When true, the curve closes into a loop that is smooth across the seam.
How far the curve may stray from the points, in model units.
OptionalparametrizationHow the curve is spaced between points: chord length by default, centripetal to resist
cusps and overshoot with uneven points, or uniform.
OptionalstartA direction the curve must leave the first point in; only for open curves.
OptionalendA direction the curve must arrive at the last point in; only for open curves.
OptionaltangentsOne direction per point that the curve must follow there, with undefined entries left free; when given, the start and end tangents are ignored.
Points and fitting options for
shapes.wire.interpolatePoints, which draws a smooth curve through every point.