by PARA | May 24, 2021 | Blog
Here is some part of my webinar on GH Custom Control library . You can find out how to : Create and add a control to Grasshopper component How to stop a control from updating solution How to group controls. How to layout controls. (stack panel) How to listen to...
by PARA | May 24, 2021 | WPF
One of the very useful controls in Windows Form is NumericUPDown control which allows user to enter an integer or decimal number, however this basic control does not exist in WPF standard toolbox and you probably need to install external packages offering it. I have...
by PARA | Jul 19, 2020 | Algorithms, Blog
A simple problem : Fit a flat set of points on XY plane into a given rectangle. Or in other words place the given rectangle around the set of points which contains all the points. In the same time determine if the problem has a solution or not? In this video I used...
by PARA | Apr 13, 2020 | Para 3d, Parametric design in 3DS MAX
Finally the new version of Para 3D is released. In this version we ensured the compatibility of Para 3D with 3DS MAX 2021. For our current user the new build is now available on Para 3D license manager. For those who like to try the demo version the upgrade will be...
by PARA | Apr 9, 2020 | Blog, Revit Programming
So far we discussed Plane-Plane, Plane-Line and Plane-Curve intersections. None of these methods were not found in REVT-API and you had to find a work around to implement them yourself. The same applies to Plane-Solid intersection which we discuss in this post. The...
Recent Comments