Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all,
I am trying to access the DividedPath's points using the Revit API with no luck.
Options opts = divPath.Document.Application.Create.NewGeometryOptions();
opts.ComputeReferences = true;
opts.View = divPath.Document.ActiveView;
GeometryElement geoele = divPath.get_Geometry(opts);
but geoele return nothing back
How can this be done using the API? I can get the info from revitLookup so there must be some way
Thank you very much in advance.
Solved! Go to Solution.