Guido Maciocci

Results 11 issues of Guido Maciocci

Using both the default angular based syntax (e.g. feat: my feature summary) and custom keywords (e.g. FEATURE:minor) in the action inputs does not trigger the appropriate bump in the version,...

## Prerequisites - [x] I read the [contribution guidelines](https://github.com/specklesystems/speckle-server/blob/main/CONTRIBUTING.md) - [x] I checked the [documentation](https://speckle.guide/) and found no answer. - [x] I checked [existing issues](../issues?q=is%3Aissue) and found no similar issue....

bug

https://github.com/specklesystems/speckle-sharp/blob/ca31096d045131d35b120b84fa672b56b284b78a/ConnectorGrasshopper/ConnectorGrasshopper/Transports/SendReceiveTransport.cs#L37 Is it better to set param data mapping in BeforeSolveInstance() as a general approach to enforcing a particular GH_DataMapping type? ``` C# protected override void BeforeSolveInstance() { //Enforce flattened...

enhancement
grasshopper

# Expected Behavior Create a mixed collection of curves. ```C# crvs = new List{arc, circle, line, polyline, polycurve, nurbs }; ``` Apply a transformation to all curves in the collection....

refactor :toolbox:

- Currently PerpendicularFrames does not minimize the rotation between the last and first frame on a closed curve. - Can probably use Minimizer to optimize rotation of first frame in...

enhancement :loudspeaker:

-Extends the start and/or end of a curve by a given negative or positive length. (Depends on SubCurve) This required the use of the DeBoor algo, and has to be...

enhancement :loudspeaker:

- Creates an PlaneXY plane at given parameters on a curve - Refer to gh PlaneOnCurve component

enhancement :loudspeaker:

This would open up a world of possibilities for both libraries: - Complex geometric operations in Speckle - A fully fledged 3D viewer for G-Shark geometries - A single library...

Now that we have a Mesh implementation we could start thinking about implementing triangulation algorithms to convert non-mesh objects to meshes for display on the web and interoperability purposes. References:...