question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for edge bends

See original GitHub issue

Spec:

For curved edges:

line-style: unbundled-bezier;
control-point-distances: 20px 30px 40px;
control-point-weights: 0.5 0.2 0.8;

For straight edges:

line-style: segments;
segment-distances: 10px 30px;
segment-weights: 0.2 1.2;

Tasks:

  • control-point-distances etc for multiple points instead of one
  • control-point-weights takes on values beyond [0, 1]
  • control-point-distance aliased to control-point-distances etc for backwards compatibility
  • segment-* properties
  • new renderer line styles : multibezier, segments
  • calculating control points in model coords and endpoints
  • drawing new edges in renderer
  • document that mid arrows don’t work on these edges

Issue Analytics

  • State:closed
  • Created 10 years ago
  • Comments:17 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
gioper86commented, Jun 30, 2014

With regard to the bend points, I implemented them by using nodes with a different style and it works quite well for me. If anyone is interested in the code just let me know, I would be happy to share it.

0reactions
maxkfranzcommented, Oct 1, 2015

screen shot 2015-10-01 at 15 58 20

Labels and arrows OK

Read more comments on GitHub >

github_iconTop Results From Across the Web

About the Edge Bend User Interface - PTC Support
The Edge Bend user interface consists of commands, tabs, and shortcut menus. ... Bend radius—Adds a bend to the selected set by a...
Read more >
How the Tangent Bend Option affects your edge flange's angle
Generally, when creating an edge flange you can set the angle of the edge flange to an angle greater than 90 (which would...
Read more >
SOLIDWORKS Sheet Metal Tutorial #4 // Edge Flange vs ...
Two methods of bending used (1) Sketch Bend (2) Edge Bend. How to save the required DXF file for a solidworks 2022 edge...
Read more >
Guide to Designing Bend Reliefs - SendCutSend
This guide to designing bend reliefs will show you how bend reliefs can open up geometry options and tighter tolerances for your bent...
Read more >
To Work with Bend Features on Sheet Metal | Inventor 2021
Add a Bend to a Sheet Metal Face · On the ribbon, click Sheet Metal tab Create panel Bend . · Select a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found