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

Plane and Curve intersection

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,...
CSI Link v 0.4 is out !

CSI Link v 0.4 is out !

I am happy to announce that new CSI Link (v 0.4) is out!. In this version I focused on user’s reported bugs. Major improvement is  in wall meshing which generate a continues wall meshing through the stacked walls and openings. Below is an example of new...
Fit objects between points.

Fit objects between points.

Today I saw a question on Para-3d forum which I found interesting in the topic of the transformations. Here is the equation :   Question: Hi! Please help to understand how to accomplish the task: I have an array(1d) of instanced shapes along path-spline. Starting...
Plane – Line intersection in Revit API

Plane – Line intersection in Revit API

In last couple of posts (Signed distance of a point from a plane and coincident planes) I was discussing plane geometry and implementation of some properties of it in Revit API. In this post I would like to extend our discussion to the top of the intersection of plane...