Reference Plane from Reference Point
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I've run into a snag. I've searched high and low through the Revit SDK documentation as well as various forums and I haven't been able to find a solution. In the Revit family environment I am drawing two reference points (RefArrPts) and drawing a reference line (crv) that connects the two points. In the next step I extract the reference points from the reference line (CrvRefPts). In the last step I try to extract the XY plane (plnRef) from the reference points (CrvRefPts). The returned value is of type REFERENCE, the element id of plnRef is the same element id of the CrvStRefPt. The method GetCoordinatePlaneReferenceXY() states it returns a reference to the XY plane of the coordinate system, but it is returning a reference to the point. Would you happen to know what I'm doing wrong? Any guidance would be greatly appreciated.