Para 3D 5.0 is released.

Para 3D 5.0 is released.

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...
Plane and Solid/Surface intersection

Plane and Solid/Surface intersection

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...
Plane and curve intersection (2)

Plane and curve intersection (2)

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...