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...
by PARA | Apr 7, 2020 | Blog, Revit Programming
In my last my post I discussed this topic in the context of linear algebra and differential geometry. We also briefly discussed root finding method. Although the method works properly but you are probably looking for something faster! Here I would like to use a...
by PARA | Mar 31, 2020 | Revit Programming
Plane-Curve intersection from algebraic point of view is quiet similar to Plane-Line intersection which we discussed in previous post. In this post I would like to take the same approach in finding the Plane-Curve intersection which involves root finding techniques,...
Recent Comments