Home
Reply
Visitor
pletjo
Posts: 2

False result in calculating the area of a solid

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

Spatial Moderator
ybiyani
Posts: 222

Re: False result in calculating the area of a solid

The looks like a defect. Can you please create an incident so that can log it for further investigation.

Visitor
pletjo
Posts: 2

Re: False result in calculating the area of a solid

Thanks for your quick reply, I created an incedent.

Spatial Moderator
ybiyani
Posts: 222

Re: False result in calculating the area of a solid

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