Grasshopper

algorithmic modeling for Rhino

Connection between Grasshopper and Sap 2000, structural analysis

Views: 1116

Comment

You need to be a member of Grasshopper to add comments!

Comment by Andrea Vannini on October 4, 2010 at 8:10am
grazie, crepi il lupo!
Comment by Giuseppe on October 4, 2010 at 8:00am
Grazie mille Andrea,
Io frequento Ingegneria edile a Tor Vergata
mi metterò a studiare la tua definizione, in bocca al lupo per il tuo master....e ancora complimenti e grazie per l'aiuto.
Comment by Andrea Vannini on October 4, 2010 at 7:09am
Si di Roma ma sto facendo un master a Londra. Che facoltà frequenti?
Praticamente per farli parlare devi fare un VB script. Ti allego la mia definizione come esempio.
Ciao

http://www.box.net/shared/8er0i33xp3
Comment by Giuseppe on October 4, 2010 at 5:56am
Grazie delle velocità della risposta,Andrea anche tu di Roma?
Finalmente anche qui si muove qualcosa con grasshopper
Sto cercando di capire come farli parlare, sto leggendo le istruzioni API del sap ma non capisco se devo far si che da grasshopper si trasferiscano tutti i punti della geometria o se c'è una strada + semplice.
Ho provato a studiare la tua definizione e ho visto che importi le superfici per 4 punti, sbaglio?

Grazie mille
Comment by Andrea Vannini on October 4, 2010 at 5:40am
Ciao Giuseppe, il modello lo disegni su grasshopper all'interno del quale crei un VB script che contiene le istruzioni API per SAP2000. Il vantaggio è che dal modello 3d parametrico ti costruisce in automatico il modello FEM. Ciao
Comment by Giuseppe on October 4, 2010 at 5:24am
Ciao Andrea, complimenti per il lavoro
Una curiosità per importare il modello nel sap quale informazioni sono necessarie?
Ho visto il video tutorial, ma non capisco quale istruzione serve in Vb per costruire la geometria nel sap, è possibile qualche delucidazione?

Grazie
Comment by Sangsu Lee on July 3, 2010 at 8:41pm
Nice Job!
I'm doing the same thing, but with full structrual parameters like Sectional and material properties, boundary conditions, constraints, and loads.

http://www.grasshopper3d.com/photo/parametric-structural-analysis?x...

However, I have a problem with Sap2k. After performing anlysis through API, all the menus and toolbars don't be responsive. So, I have to launch another Sap2K to investigate the result.
Don't you have the same problem?
Comment by Borja Gancedo on July 3, 2010 at 5:17pm
thank you very much , Andrea
Comment by Andrea Vannini on July 3, 2010 at 11:09am
hi Borja, the connection is made by a VB script in GH, sending command to SAP2000 using the OAPI. There is a video tutorial in the website: http://www.csiberkeley.com/SAP2000API.html. The connection is made by the following commands.

Dim SapObject As Object
SapObject = CreateObject("SAP2000.SapObject")
SapModel = SapObject.SapModel
SapObject.ApplicationStart
SapObject.SapModel.InitializeNewModel(6)
SapObject.SapModel.File.NewBlank

Cheers
Comment by Borja Gancedo on July 1, 2010 at 10:06am
hi Andrea, nice, nice work, Ive been trying to connect sap and robot but with no results, Im new in Rhino and Gh (Im from Spain Autodesk 3d max land) I dont know how to do it, can you explain, help, share definition, I NEED HELP::::: thank you very much

About

Translate

Search

Photos

  • Add Photos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service