Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
SolidCode
/
SolidPython
Public
Notifications
You must be signed in to change notification settings
Fork
190
Star
1.3k
Code
Issues
28
Pull requests
7
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
SolidPython
solid
utils.py
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 4, 2015
Added attribution & links for color functions in utils.py
etjones-erisyon
committed
61dc689
View commit details
Copy full SHA for 61dc689
View code at this point
Browse repository at this point
Commits on May 23, 2015
finished pruning autopep8 changes to my mercurial satisfaction
etjones-erisyon
committed
3f53d5b
View commit details
Copy full SHA for 3f53d5b
View code at this point
Browse repository at this point
autopep8 ctd
etjones-erisyon
committed
7a0793c
View commit details
Copy full SHA for 7a0793c
View code at this point
Browse repository at this point
-- Changed classes 'openscad_object' and 'imported_openscad_object' to 'OpenSCADObject' and 'ImportedOpenSCADObject' to bring them closer to Pep8.
Show description for 151235f
etjones-erisyon
committed
151235f
View commit details
Copy full SHA for 151235f
View code at this point
Browse repository at this point
Commits on Mar 3, 2015
polyhedron() now takes a 'faces' argument instead of 'triangles', as of 2014.03. Fixes #27
etjones-erisyon
committed
02e901d
View commit details
Copy full SHA for 02e901d
View code at this point
Browse repository at this point
Commits on Aug 27, 2014
More examples bugfixes, thanks to bug IDs from David (dmopalmer) Palmer
etjones-erisyon
committed
c350f1a
View commit details
Copy full SHA for c350f1a
View code at this point
Browse repository at this point
Commits on Aug 26, 2014
All tests now pass in Python 2.7.5 and Python 3.4.1 (if a Python 3-compatible Pyeuclid is installed.)
etjones-erisyon
committed
5706c56
View commit details
Copy full SHA for 5706c56
View code at this point
Browse repository at this point
Commits on Dec 29, 2013
Added note on argument requirements & list size assertion in fillet_2d()
etjones-erisyon
committed
b03143c
View commit details
Copy full SHA for b03143c
View code at this point
Browse repository at this point
Commits on Oct 20, 2013
Added add_wall_thickness arg to BoundingBox.split_planar() so new bounding boxes can add area around them for mold-making purposes. Default behavior is no-op
etjones-erisyon
committed
923c82e
View commit details
Copy full SHA for 923c82e
View code at this point
Browse repository at this point
Commits on Oct 18, 2013
Replaced all convenience vector lists ( UP_VEC = [0,0,1], etc) with tuples: (UP_VEC = (0,0,1) ) so they're immutable and can be used as hash keys
Show description for 42fbe88
etjones-erisyon
committed
42fbe88
View commit details
Copy full SHA for 42fbe88
View code at this point
Browse repository at this point
Commits on Jul 25, 2013
Merge branch 'master' into sp_parts_by_hole_gh#15_19_07_2013
Show description for e473185
etjones
committed
e473185
View commit details
Copy full SHA for e473185
View code at this point
Browse repository at this point
Fix for GH#16; Fixed find_hole_children() so it doesn't require copying of holes to get them to propagate properly.
etjones
committed
3c98e02
View commit details
Copy full SHA for 3c98e02
View code at this point
Browse repository at this point
Commits on Jul 20, 2013
Basic support for defining separate 'parts'. Currently, this just allows holes to propagate up to the top of the part rather than the top of the tree. This allows other parts to be placed into ho…
Show description for 37ac628
etjones
committed
37ac628
View commit details
Copy full SHA for 37ac628
View code at this point
Browse repository at this point
Commits on Jul 19, 2013
Consolidated pyeuclid patching code into path_euclid.py
etjones
committed
9396f4e
View commit details
Copy full SHA for 9396f4e
View code at this point
Browse repository at this point
Commits on Mar 11, 2013
Removed old fillet_2D() NotImplementedError()
etjones
committed
819a8ae
View commit details
Copy full SHA for 819a8ae
View code at this point
Browse repository at this point
Commits on Mar 9, 2013
-- tweaked rot_z_to_down() so objects flipped over with it aren't reversed w.r.t. X axis
etjones
committed
f69238c
View commit details
Copy full SHA for f69238c
View code at this point
Browse repository at this point
Commits on Mar 8, 2013
-- t_slots: fixed bug where passed in material_thickness wasn't being used
Show description for ae183f4
etjones
committed
ae183f4
View commit details
Copy full SHA for ae183f4
View code at this point
Browse repository at this point
TODO changes; moved t_slots.py to solid module
etjones
committed
b43f440
View commit details
Copy full SHA for b43f440
View code at this point
Browse repository at this point
Commits on Mar 6, 2013
Changed test_screw_thread.py to refelect EPSILON= 0.01, not 0.0000001
etjones
committed
d0bf765
View commit details
Copy full SHA for d0bf765
View code at this point
Browse repository at this point
Commits on Mar 5, 2013
fillet_2d & closed_poly arg to offset_points, with tests
etjones
committed
8525125
View commit details
Copy full SHA for 8525125
View code at this point
Browse repository at this point
Commits on Mar 4, 2013
-- Added arc_inverted() and separated it from arc().
Show description for b4bbaea
etjones
committed
b4bbaea
View commit details
Copy full SHA for b4bbaea
View code at this point
Browse repository at this point
-- Added correct inverted arc behavior to arc(), and fixd unit tests to reflect this.
Show description for d940754
etjones
committed
d940754
View commit details
Copy full SHA for d940754
View code at this point
Browse repository at this point
distribute_in_grid docs
etjones
committed
47f7498
View commit details
Copy full SHA for 47f7498
View code at this point
Browse repository at this point
added rows_and_cols argument to distribute_in_grid so that gird shape can be controlled
etjones
committed
38bcd6c
View commit details
Copy full SHA for 38bcd6c
View code at this point
Browse repository at this point
Commits on Feb 27, 2013
-- Re-ordered output points from offset_points() so they match up better with input points, and fixed unit tests to reflect this.
etjones
committed
d97e7c0
View commit details
Copy full SHA for d97e7c0
View code at this point
Browse repository at this point
Commits on Feb 25, 2013
-- Updated TODO
Show description for 96313b7
etjones
committed
96313b7
View commit details
Copy full SHA for 96313b7
View code at this point
Browse repository at this point
Commits on Feb 18, 2013
-- Added path_extrude_example.py
Show description for 0245b6e
etjones
committed
0245b6e
View commit details
Copy full SHA for 0245b6e
View code at this point
Browse repository at this point
Commits on Feb 16, 2013
-- Added split_body_planar() and split_body_[horizontal | vertical]()
Show description for 0024d45
etjones
committed
0024d45
View commit details
Copy full SHA for 0024d45
View code at this point
Browse repository at this point
-- Fixed bug in transform_to_point() that caused bad transforms when dest_normal and src_up were parallel. This also fixed a problem in extrude_along_path()
Show description for eaf4e41
etjones
committed
eaf4e41
View commit details
Copy full SHA for eaf4e41
View code at this point
Browse repository at this point
Commits on Feb 13, 2013
Patched PyEuclid to deal with shortcomings in the released version. TODO: remove this patch when Euclid gets updated
etjones
committed
69b9983
View commit details
Copy full SHA for 69b9983
View code at this point
Browse repository at this point
Commits on Jan 21, 2013
corrections in test_screw_thread.py, cosmetics in other tests
etjones
committed
482caee
View commit details
Copy full SHA for 482caee
View code at this point
Browse repository at this point
-- Added test_screw_thread.py
Show description for 55e896c
etjones
committed
55e896c
View commit details
Copy full SHA for 55e896c
View code at this point
Browse repository at this point
Commits on Jan 20, 2013
Small changes to utils.py in euclidify() & euc_to_arr().
Show description for 5df1853
etjones
committed
5df1853
View commit details
Copy full SHA for 5df1853
View code at this point
Browse repository at this point
-- expanded euclidify() to accept list arguments.
Show description for 2efd2d6
etjones
committed
2efd2d6
View commit details
Copy full SHA for 2efd2d6
View code at this point
Browse repository at this point
Commits on Jan 13, 2013
Added extrude_along_path(). May need some tweaking, but it's mostly there.
etjones
committed
aba8c89
View commit details
Copy full SHA for aba8c89
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.