Design Review
Welcome to Autodesk’s Design Review Forums. Share your knowledge, ask questions, and explore popular Design Review topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Design Review - perimeter

2 REPLIES 2
Reply
Message 1 of 3
gedcoull
973 Views, 2 Replies

Design Review - perimeter

Hi there - can someone please help. I would like to know how to derive the perimeter of an area I have marked-up?

2 REPLIES 2
Message 2 of 3
herbert.he
in reply to: gedcoull

Thank you for your question. 

 

Please follow the steps below to derive the perimeter of an area of a markup.

1. Use ADR API IAdContent2 to get your markup(s),

    IAdContent SectionContent;

    ...

    MyMarkups = (AdCommon.IAdCollection) SectionContent.get_Objects (2); //2 is to return all markup objects, 3 is to return all selected markup objects.... 

2. Use IAdContent2 to derive the bounding box of markup(s),  

    ...

    MarkupsExtents = (AdCommon.IAdRect) SectionContent.get_Extents (MyMarkups);

    MarkupsExtents.Left;

    MarkupsExtents.Top;

    MarkupsExtents.Right;

    MarkupsExtents.Bottom;

    ...  

Please refer to the ADR API documentation for more information.

 

Any further questions please let me know.



Herbert He
SW Engineer
PSEB-GE- ACRD PSEB
Autodesk, Inc.
Message 3 of 3
GNAChris
in reply to: herbert.he

Hi, I have the same question as Gedcoull but do not understand Herbert.He's responce.

 

I have measured areas using the measure area tool to work out floor area, Can I easily convert these area measures into length measures ( i.e. the perimeter of the area) so that I can measure the skirting boards for the rooms i have already measured.

 

I do not wish to re-click around all my room perimeters when I have already done so.

 

To claify i am using Autodesk Design Review 2013

 

Many Thanks & Kind Regards

 

Chris

 

 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report