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

Assembly hierarchy #534

Open
wants to merge 23 commits into
base: assembly-tags
Choose a base branch
from

Commits on Nov 18, 2020

  1. Use OCP 7.4 for now

    adam-urbanczyk authored and marcus7070 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    5eebcd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3136ede View commit details
    Browse the repository at this point in the history
  3. Added RadiusNthSelector

    marcus7070 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    255b464 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    821886f View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

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

Commits on Nov 24, 2020

  1. Implement tag based constraint definition (CadQuery#514)

    * Refactor tags
    
    * Use pyparsing for query parsing and implement tags
    
    * Black and mypy fixes
    
    * Allow "_" in names and tags
    
    * Added tests
    
    * Fixed constrain with tag test
    
    * Better docstring for _query
    
    * Typo fix
    adam-urbanczyk committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    b22436c View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. occ_impl doc strings (CadQuery#491)

    * Added and cleaned up some docstrings for Shape
    
    * a typo
    marcus7070 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    3914bc3 View commit details
    Browse the repository at this point in the history
  2. Constraints docs [WIP] (CadQuery#524)

    * Initial version of the constraints docs
    
    * Adding the assy section
    
    * apireference cleanup
    
    * Include cutouts
    
    * Roadmap cleanup
    
    * _query cleanup
    
    * Black fix
    
    * Add RadiusNthSelector again
    
    * Typo fix
    
    * Paste error fix
    
    * Show detailed selector docs
    
    * Another typo fix
    
    * Mention other constrain overload
    
    * Added test for end()
    adam-urbanczyk committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    cf275b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

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

Commits on Dec 4, 2020

  1. Merge pull request CadQuery#528 from jmwright/master

    [WIP] - Trying to move to env variable in Appveyor
    jmwright committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    1b52f10 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. Configuration menu
    Copy the full SHA
    40a4995 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9affb15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    156e331 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54cd86b View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Add mirror from face features (with example now fixed) (CadQuery#527)

    * Add the ability to mirror from a selected face
    
    * Fix errors in example.rst
    
    * Add mirror from face features (with example now fixed)
    
    * recommit merge conflicts in shape.py that were stopping CI merging into master
    
    * use correct variable name when selecting face
    
    * formatting with black v19 instead of black v21
    
    * add missing string literal types and clean up docstring
    
    * Add volume assertions to the test cases
    
    * black formatting
    
    * Mypy fix
    
    * Restructured mirror
    
    * update examples to use basePoint instead of basePointVector
    
    * Add tests for other workplane strings and non union option to increate code coverage
    
    * Add test to check that exception is thown for incorrect input
    
    * Go back to basePointVector
    
    * Update arg naming in examples
    
    * Mirror all objects
    
    * Typo fix
    
    Co-authored-by: Adam Urbańczyk <[email protected]>
    blooop and adam-urbanczyk committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    c42fa77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0c0415 View commit details
    Browse the repository at this point in the history
  3. Merge pull request CadQuery#536 from jmwright/master

    Fixed code typos in revolve example
    jmwright committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    52ae385 View commit details
    Browse the repository at this point in the history
  4. Change to ProjectedOrigin (CadQuery#532)

    * Change to ProjectedOrigin
    
    * Fix most tests
    
    * Fix remaining tests
    
    * Fix example building
    
    * Update selector docs
    
    * Fix the bottle+formatting changes
    
    * Renamed centered to xycentered
    
    * Ignore utils for coverage calculation
    adam-urbanczyk committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    a03648c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. More strict grammar

    Use delimitedList
    adam-urbanczyk committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    8ffbf1e View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

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

Commits on Dec 12, 2020

  1. Grammar fix

    adam-urbanczyk committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    da99cd0 View commit details
    Browse the repository at this point in the history
  2. Black fix

    adam-urbanczyk committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    9d1e335 View commit details
    Browse the repository at this point in the history
  3. Black fix

    adam-urbanczyk committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    f19895e View commit details
    Browse the repository at this point in the history