Thomas Mahon
Thomas Mahon
## Dynamo version Unknow reported by client. cc'd in @yuxinli1994 ## Operating system Unknow reported by client. ## What did you do? Run graph using BimorphNodes CAD.CurvesFromCADLayers ## What did...
If this issue is **not** a bug report or improvement request, please check the [Dynamo forum](https://forum.dynamobim.com/), and start a thread there to discuss your issue. ## Dynamo version 2.12 ##...
If this issue is **not** a bug report or improvement request, please check the [Dynamo forum](https://forum.dynamobim.com/), and start a thread there to discuss your issue. ## Dynamo version Dynamo 2.0.2...
**Describe the bug** Element Bounding Geometry Brep extracted from wall geometry with a negative offset below its host level incorrectly generated. The wall has no top constraint. **To Reproduce** Steps...
## Dynamo version 1.3 ## Operating system Win 10 ## What did you do? Created a network location to store Dynamo packages for distribution across an office. Added the new...
## Dynamo version 2.1 ## Operating system Win 10 ## What did you do? Opened a graph, created in v2.0 but saved in 2.1 ## What did you expect to...
@kike-garbo We need to add a Rhino viewport to our WPF application in AutoCAD. Its easy enough, however there is one issue: - Rhino has to be launched at best,...
We need to set the units of the Rhino inside document in our AutoCAD application. Using the following for debug builds works fine: ``` var style = WindowStyle.Normal; _rhinoCore ??=...
Or is it manually installed via GitHub clone?
I’ve found a limitation / improvement suggestion for the new Intersection.RayShoot() method in Rhino 7: Rhino.Geometry.Intersect.RayShootEvent[] RayShoot(System.Collections.Generic.IEnumerable geometry, Rhino.Geometry.Ray3d ray, int maxReflections) If I want to only perform the RayShoot...