Search found 1 match

by serdarba
Tue Mar 14, 2017 3:33 am
Forum: Python scripting and macros
Topic: Imported part area calculation error
Replies: 1
Views: 636

Imported part area calculation error

Hi, from FreeCAD import Base from FreeCAD import Part from FreeCAD import Mesh surface = Part.Shape() surface.read("test.igs") print(surface.Area) The calculated surface area on python FreeCAD module by using shared code is 5382.86 m2 and the original surface area created on Rhinoceros is ...