Autodesk ObjectARX
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
choosing method to getSection
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
122 Views, 2 Replies
09-05-2012 09:13 PM
Hello,
I would like to get section objects of solid/surface by vertical plane , I found 2 groups of method which are (AcDb3dSolid::getSection and AcDbSurface::createSectionObjects) and AcDbSection::generateSectionGeometry.
They seem to do similar things.. pls advise how to choose, any performace issue or which suitable for which task?
Thanks in advance..
Re: choosing method to getSection
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-10-2012 04:15 PM in reply to:
vianova.th
Have you seen the SectionPlane sample in the ObjectARX 2009 SDK... It shows how to do what you want, I think.
Fenton Webb
Developer Technical Services
Autodesk Developer Network
Re: choosing method to getSection
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-10-2012 09:32 PM in reply to:
fenton.webb




