Intersect quesstion

The column,the wall,the beams intersect,how to find the intersection surface,and the column,the beam,the wall is divded by the intersection of the surface?For example,A or B.

Hi @gxyanjiaju,

If you are using RhinoCommon, then you might want to use Intersection.BrepBrep.

– Dale

Can you code it? Because I use Brepbrep, but I don’t use it very much

Hi @gxyanjiaju,

See the following example:

https://github.com/mcneel/rhino-developer-samples/blob/6/rhinocommon/cs/SampleCsCommands/SampleCsIntersectBreps.cs

– Dale

@dale, thanks!