Reference of wall common edge for adding dimensions

Reference of wall common edge for adding dimensions

TakatoriAkihiro
Collaborator Collaborator
884 Views
2 Replies
Message 1 of 3

Reference of wall common edge for adding dimensions

TakatoriAkihiro
Collaborator
Collaborator

Are there any way to retrieve wall common edges for create dimensions?

0 Likes
Accepted solutions (1)
885 Views
2 Replies
Replies (2)
Message 2 of 3

JimJia
Alumni
Alumni
Accepted solution

Dear 

 

Options options = new Options();
            options.ComputeReferences = true;
            options.DetailLevel = ViewDetailLevel.Fine;
            GeometryElement geomElem = srcElement.get_Geometry(options);

 


Jim Jia
Autodesk Forge Evangelist
https://forge.autodesk.com
Developer Technical Services
Autodesk Developer Network
Email: Jim.Jia@autodesk.com
0 Likes
Message 3 of 3

TakatoriAkihiro
Collaborator
Collaborator

Thank you very much. I'll try to use your code. I have never think of the idea that getting common edge's reference from edge line of face in solid. Great! 

0 Likes