true-bend icon indicating copy to clipboard operation
true-bend copied to clipboard

Bends instance to a given degree or radius, preserving the original length.

Results 15 true-bend issues
Sort by recently updated
recently updated
newest added

Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.6 to 0.23.7. Release notes Sourced from commonmarker's releases. v0.23.7 What's Changed C API stable test by @​gjtorikian in gjtorikian/commonmarker#201 Update to 29.0.gfm.7 by @​anticomputer in gjtorikian/commonmarker#224...

dependencies

Bumps [git](https://github.com/ruby-git/ruby-git) from 1.12.0 to 1.13.1. Release notes Sourced from git's releases. Release v1.13.1 Full Changelog 667b830 Update the GitHub Action step "actions/checkout" from v2 to v3 (#608) 23a0ac4 Fix...

dependencies

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.9 to 1.13.10. Release notes Sourced from nokogiri's releases. 1.13.10 / 2022-12-07 Security [CRuby] Address CVE-2022-23476, unchecked return value from xmlTextReaderExpand. See GHSA-qv4q-mr5r-qprj for more information. Improvements...

dependencies

Explain how to switch between Degree and Distance. Explain what Distance is.

enhancement

https://forums.sketchup.com/t/truebend-plugin-question/113830

enhancement

https://extensions.sketchup.com/en/comment/106756#comment-106756 > it would be great to input the radius. is this possible? i mean something you can impliment? I have a half circle with radius 3800mm. i need to...

enhancement

There are multiple requests for entering sagitta. This is somewhat a challenge to compute (See #13). Found a solution that worked for angles less than 180 degrees. But failed after...

enhancement

Not sure how feasible this is, but worth a shot. Not sure how easy it will be with ngons bending etc.

enhancement

Lots of stuff is re-computed on every draw. Create `DrawingCache` (copy from other project) and split the drawing logic into bucket of when they need to re-compute. The drawing for...

enhancement