Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KITTYCAD_boundary_representation #2343

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    bdb93c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Add curve and surface intro

    alteous committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    6d0962c View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    e0a5059 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    787f562 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    cb71a09 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Extension updates

    * Curves have been split into 2D and 3D variants.
    * Curve and surface domains have been removed.
    * Edges now have an interval for its curve parameter.
    * The 'xbasis' and 'normal' parameters have been replaced
      with 'xAxis' and 'yAxis' parameters.
    * Line curves have been reduced to a single form, that is,
      an origin and a normalised direction.
    * Weights in NURBS curves and surfaces are now independent
      from the control points. This allows B-splines curves and
      surfaces to be defined as a NURBS curve or surface without
      the weights array.
    * The definition of cylindrical, spherical, and toroidal
      surfaces have been simplified. All of the parameters are
      now contained within a single JSON object.
    alteous committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    cea0935 View commit details
    Browse the repository at this point in the history