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
False result in calculatin g the area of a solid
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-02-2009 07:54 AM
Hello,
the scheme-code:
(part:load "c:\\test.sat")
(solid:area (entity 1))
the result of area is: 170220.7
it's false, correctly is: 928171.7
Thanks,
Johann
Re: False result in calculatin g the area of a solid
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-02-2009 08:00 AM
The looks like a defect. Can you please create an incident so that can log it for further investigation.
Re: False result in calculatin g the area of a solid
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-03-2009 12:08 AM
Thanks for your quick reply, I created an incedent.
Re: False result in calculatin g the area of a solid
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-03-2009 10:55 AM
Thanks for creating the incident.
Do you know how this sat file was created? I see an error in the edge. Please see the following script in R20 acis3dt.exe
(part:load "c:\\test.sat")
(map entity:check (part:entities))
You will see the following errors..
entid 86791872: Error: edge start param err
entid 86791872: Error: edge end param err
As the area and volume calculation is an iterative process these errors can very well cause and issue with the same. For some reason I missed that in my earlier analysis.
Please check how the sat file was created. I will update the incident also with these comments.
Regards,
Yogesh

