Auto Line Weight
(by Chloe Xu)
Simple one-command plugin implementing a variation of Make2D that generates line weights based on formal relationships between edges and their adjacent faces.
Downloads:
456
Support Email

This is a Rhino plugin that creates weighted 2D representations of 3D geometry based on formal relationships between source edges and their adjacent faces. The plugin uses a single command that is a variation of the Make2D command:

WeightedMake2D

How to Install:

  • For Rhino 7, run the PackageManager command and search for AutoLineWeight. You might need to restart Rhino after installing.
  • For Rhino 6, run the _TestPackageManager command instead of PackageManager.
  • if you want to use the RHP and RUI files, download the option with RHP and drag the unzipped RHP and RUI files into your Rhino viewport

Line weights are assigned according to the following rules

  • If an edge only has one adjacent face, or one of its two adjacent faces is hidden, it is defined as an "outline".
  • If both faces are present and the line is on a convex corner (mountain), it is defined as "convex".
  • All other visible lines are defined as "concave" (on a valley or on a flat surface).

Additional Options:

  • Color by source: output lines are colored the same as their source objects (by layer if false)
  • Calculate intersections: intersection lines between objects can be drawn so that there is no need to boolean union geometry
  • Mesh x Brep intersections: include intersections between mesh and brep objects (will be false if intersections are not calculated)
  • Include scene silhouette: add a silhouette (MeshOutline) to the drawing
  • Include clipping planes: use clipping planes active in the viewport to clip geometry when generating drawing
  • Include hidden lines: add lines not visible from the viewport in a separate layer

Notes:

  • If you find your WeightedMake2D too slow, consider turning off the options to calculate intersections and include scene silhouette. These are essentially the same as the Intersect and MeshOutline commands in Rhino and will significantly slow down WeightedMake2D. With these turned off, your output will be similar to line weights in the Pen Viewport, but with additional differentiation between concave and convex lines.
  • For the current version (1.1), the scene silhouette and clipping plane options are mutually exclusive. Scene silhouette, when enabled, will be prioritized.
  • For the current version (1.1), the plugin can run for Rhino 7 but SubD does not work properly. I am working to rectify this.
  • For the current version (1.1), Meshes do not include concavity information. I am working to rectify this.

As this plugin is based on Make2D, you can expect about as much accuracy and limitations as the Make2D command. Your drawings will still need to be processed after using this plugin. Formal relationships defined for assigning line weights are based largely on my personal preferences and previous drawings I've been asked to create. These preferences may vary by person and by case. 

GitHub Repository: https://github.com/CXu0630/AutoLineWeight_V6

This plugin is a work in progress, and I'm open to feedback on bugs or feature requests (or just say hi :D).

  • License Type:
License Cost:
Downloads
Title
Description
Platform
 
AutoLineWeight 1.1.1
2024-Mar-21
Simple one-command plugin implementing a variation of Make2D that generates line weights based on formal relationships between edges and their adjacent faces.
Rhino 6 Win
Rhino 7 Win
AutoLineWeight 1.1.1 RHP
2024-03-21
Rhino 6 for Win
Rhino 7 for Win
Reviews