pyBar

A forum dedicated to the Draft, Arch and BIM workbenches development.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: pyBar

Post by bernd »

yorik wrote:

Code: Select all

Part.makePolygon(myObj.Nodes)
I'm fine with this, thanks.

Attached a simple ArchStructure, but the Nodes are empty ?!

Code: Select all

>>> App.ActiveDocument.ActiveObject.Nodes
[]
Attachments
ArchStructure.fcstd
(5.08 KiB) Downloaded 98 times
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: pyBar

Post by bernd »

How about the ArchStrucure? See last Post.

Just made some tests with FEM. Attached first version of rockns truss (viewtopic.php?f=23&t=4973#p38984) calculated by FreeCAD FEM. See viewtopic.php?f=3&t=14547&start=10#p116764 and the post before too.
rooftruss.FCStd
(35.15 KiB) Downloaded 78 times
screen.jpg
screen.jpg (137.38 KiB) Viewed 1620 times
Means we can start to do some real calculations and compare results. BTW no hinges yet. We will need to define them.
User avatar
yorik
Founder
Posts: 13660
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: pyBar

Post by yorik »

wow, excellent! After 0.16 I'll start working on the structural node improvements we've been talking about. It's time I learn a bit more about FEM too :)
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: pyBar

Post by bernd »

yorik wrote:wow, excellent! After 0.16 I'll start working on the structural node improvements we've been talking about. It's time I learn a bit more about FEM too :)
GREAT. If all goes well I'll give you an introduction in London. :D
Post Reply