Bitbybit Docs
    Preparing search index...

    Class BSplineDto (Inputs.OCCT)

    Points and a closing flag for shapes.wire.createBSpline, which fits a smooth curve close to the points.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionalpoints: Point3[]
      • Optionalclosed: boolean

      Returns BSplineDto

    Properties

    points: Point3[]

    The points the curve follows closely, in order; it need not pass through them exactly.

    undefined
    
    closed: boolean

    When true, the first point is appended again so the ends meet.

    false