Alvaro Ortega Pickmans
Alvaro Ortega Pickmans
**๐โโ๏ธThis is more of a question than a real issue** I've used Scriban in the past, but on a basic level. Lately I've been playing around with an idea that...
**Describe the bug** When polygon's vertices are defined clockwise, the area calculation returns negative value. **To Reproduce** ```csharp using Elements.Geometry; using NUnit.Framework; using System.Linq; namespace Tests { public class Tests...
Hi @salaros! First of all, awesome project! Very helpful and useful to learn a few new tricks on VS templates. I forked it a couple of days ago as I...
# Issue Addin files are only being loaded from the installation folder (usually `C:\ProgramData\Autodesk\Revit\Addins\{VERSION}`), so files found on `%appdata%\Autodesk\Revit\Addins\` are omitted. # Proposed solutions 1. Add folder `%appdata%\Autodesk\Revit\Addins\{VERSION}` as default...
https://forge.autodesk.com/en/docs/viewer/v6/reference/Viewing/ExtensionManager/#registerexternalextension-extensionid-urlpath
When cleaning a solution/project, the associated `dist` and package folder doesn't get cleaned. If a build has copied unnecessary files, these won't get removed until manually deleted.
### Describe the bug ๐ `FragementsGroup` overrides the `THREE.Group.clone()` method by throwing an error, informing to use instead `FragmentsGroup.cloneGroup()`. https://github.com/ThatOpen/engine_fragment/blob/b8121f8882c77bcc4adb0a7557cab5e7c1bd7ef3/packages/fragments/src/fragments-group.ts#L450-L452 On applications dealing with different file sources, it might be...