Message 1 of 5
Insulation in FabricationPart doesn't get intersected through ReferenceIntersect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear Support or any Advocates,
FabricationPart class has a property called InsulationThickness. When this value is greater than zero, using ReferenceIntersector to try to project a line only through the insulation doesn’t get any intersection in the result.
This is my code snippet:
var referenceIntersector = new ReferenceIntersector(new ElementIsElementTypeFilter(true), FindReferenceTarget.All, myView3D);
var theResult = referenceIntersector.Find(myOriginXYZ, XYZ.BasisZ);
It would be great if Revit API can somehow find the intersection of a line with fabrication part including insulation. It doesn’t matter whether the API distinguish the insulation from the main body of the part.
Thank you in advance!
Jeff Yao