
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Expert,
I'm trying to check the intersect between beam and pipe. I find there is one good method--Solid.IntersectWithCurve() , which is used to check the intersect between solid and curve. But when I check it in my code, I can't get the intersect, but it is here acturally for I can get it with the existing "Interference Check".
What I did:
1. Get Solid object from the FamilyInstance using get_Geometry() method.
2. Get Curve from the pipe using pipe.Location.Curve.
3. Call solid.IntersectWithCurve(curve, options)
I tested the logic with the solid of Wall Element, and it works well. But it doesn't for Beam FamilyInstanct, I want to know whether there are different usage for Beam? or this method doesn't support Beam Solid?
Thanks,
Gavin
Solved! Go to Solution.