Thanks to visit codestin.com
Credit goes to github.com

Skip to content

CADacombs/rhinopython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rhinopython

The latest scripts have been developed for Rhino V8, although some will also work in some previous versions, V5 and up.

Preparation for use

Save all the .py files to a folder that Rhino can access for running Python scripts and run from Rhino UI or Rhino Python Editor. For help, see Getting Started and Python Editor for Windows at https://developer.rhino3d.com/guides/rhinopython/

Script types

Runable scripts

xBrep_mergeAllFaces.py

Alternative to _MergeAllFaces

xBrep_mergeFace.py

Alternative to _MergeFace

xBrep_contiguousCoshapedFaces.py

After picking a starting face of a brep, will chain select all contiguous co-shaped faces.

Library-only scripts required by runable and/or other library scripts

  • xBrep_createFromShape.py,
  • xBrepObject.py,
  • xPlaneSurface.py,
  • xPrimitiveShape.py

About

Python scripts for Rhinoceros (Rhino, Rhino3D).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages