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

improve Primitives3D #3525

Merged
merged 14 commits into from
Oct 11, 2023
Merged

improve Primitives3D #3525

merged 14 commits into from
Oct 11, 2023

Commits on Sep 7, 2023

  1. check input length in create_box

    fixed docstring in create_cone
    tizianrot committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    299a302 View commit details
    Browse the repository at this point in the history
  2. check input length in create_box

    fixed docstring in create_cone
    tizianrot committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    86a4587 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    723a102 View commit details
    Browse the repository at this point in the history
  2. check input length in create_cone

    position into  `` `` in the comments
    tizianrot committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    49e93ec View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. removed blank lines

    added assert commands to check input parameters for 3D primitives
    tizianrot committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    3801bf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98c348f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

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

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    c0a8fc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12079b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8fe239 View commit details
    Browse the repository at this point in the history
  4. Reformatted comments to assert check according to the example:

    "The ``position`` argument must be a valid three-element list."
    tizianrot committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    6930a4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    027229a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4e0724 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2659027 View commit details
    Browse the repository at this point in the history