Presentation is loading. Please wait.

Presentation is loading. Please wait.

Digital Intuition Cluster, Smart Geometry 2013, Stylianos Dritsas, Mirco Becker, David Kosdruy, Juan Subercaseaux Setup Instructions Overview 1. License.

Similar presentations


Presentation on theme: "Digital Intuition Cluster, Smart Geometry 2013, Stylianos Dritsas, Mirco Becker, David Kosdruy, Juan Subercaseaux Setup Instructions Overview 1. License."— Presentation transcript:

1 Digital Intuition Cluster, Smart Geometry 2013, Stylianos Dritsas, Mirco Becker, David Kosdruy, Juan Subercaseaux Setup Instructions Overview 1. License Information 2. Source Control System 3. Integrated Development Environment 4. Microstation / Generative Components 5. Rhino / Grasshopper

2 Digital Intuition Cluster, Smart Geometry 2013, Stylianos Dritsas, Mirco Becker, David Kosdruy, Juan Subercaseaux License Information Digital Intuition and Prediction Workshop Code Base & Notes The MIT License (MIT) Copyright (c) 2013 Stylianos Dritsas http://jeneratiff.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

3 Digital Intuition Cluster, Smart Geometry 2013, Stylianos Dritsas, Mirco Becker, David Kosdruy, Juan Subercaseaux License Information Bullet Sharp Library The MIT License (MIT) Copyright (c) 2009-2013 Andres Traks https://code.google.com/p/bulletsharp/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

4 Digital Intuition Cluster, Smart Geometry 2013, Stylianos Dritsas, Mirco Becker, David Kosdruy, Juan Subercaseaux License Information Bullet Continuous Collision Detection and Physics Library Bullet License Copyright (c) 2003-2011 Erwin Coumans http://bulletphysics.org This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. All files in the Bullet/src folder are under this Zlib license. Files in the Extras and Demos folder may have a different license, see the respective files.

5 Digital Intuition Cluster, Smart Geometry 2013, Stylianos Dritsas, Mirco Becker, David Kosdruy, Juan Subercaseaux Source Control System Download and Install - Download a Subversion (SVN) client application - Recommended Tortoise SVN for Windows http://tortoisesvn.tigris.org/ - It will install some context handlers into Windows Explorer as seen below

6 Digital Intuition Cluster, Smart Geometry 2013, Stylianos Dritsas, Mirco Becker, David Kosdruy, Juan Subercaseaux Source Control System Checkout a Working Copy - Create a base folder in your local drive anywhere (say “Smart Geometry”) - In Windows Explorer right click on the folder and select SVN Checkout… - In the pop up dialog box change the URL of repository to https://sg-dip-2013.googlecode.com/svn/trunk/ - SVN will download the project files into your local directory as seen below - The public repository viewed via a browser is: http://code.google.com/p/sg-dip-2013/

7 Digital Intuition Cluster, Smart Geometry 2013, Stylianos Dritsas, Mirco Becker, David Kosdruy, Juan Subercaseaux Source Control System Folder Structure - base/Contributions If you would like to contribute to this project create a new folder under your name in this folder and copy the template project and source files ask Stylianos for committing password to upload your demo - base/Models Contains 3d model and script seed files - base/References Contains dynamic link libraries required for the templates - base/Microstation Contains the project template for Generative Components - base/Rhino Contains the project template for Rhino - base/Grasshopper Contains the project template for Grasshopper

8 Digital Intuition Cluster, Smart Geometry 2013, Stylianos Dritsas, Mirco Becker, David Kosdruy, Juan Subercaseaux Integrated Development Environment Download and Install - Download Visual Studio Express 2012 for Desktop http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-products - Make sure you install the software in advance as it take a long time to download! - Older VS versions have not been tested so you are on your own if you wish to use - Visual Studio 2012 full version should work fine (not tested)

9 Digital Intuition Cluster, Smart Geometry 2013, Stylianos Dritsas, Mirco Becker, David Kosdruy, Juan Subercaseaux Integrated Development Environment Select Project - Load the Smart Geometry solution (.sln) from your base folder - The projects on the right need some updating depending on whether you wish to use a particular CAD platform (or potentially all) - You may remove the projects you are not interested to avoid configuration

10 Digital Intuition Cluster, Smart Geometry 2013, Stylianos Dritsas, Mirco Becker, David Kosdruy, Juan Subercaseaux Generative Components Download and Install - Download and install the http://www.bentley.com/en-US/Promo/Generative%20Components/ - Also make sure you have done this way in advance as the process in super slow - Version tested 08.11.08.296

11 Digital Intuition Cluster, Smart Geometry 2013, Stylianos Dritsas, Mirco Becker, David Kosdruy, Juan Subercaseaux Generative Components Update References - In the GcSg project you need to update your references to reflect the location of your Generative Components installation eg C:\Program Files (x86)\Bentley… - Right click the References folder and select Add Reference… - Locate the assemblies seen below and load them (Geometry 2.0 is in ECFramework) - Make sure the Properties/Copy Local is set to False

12 Digital Intuition Cluster, Smart Geometry 2013, Stylianos Dritsas, Mirco Becker, David Kosdruy, Juan Subercaseaux Program C:\Program Files (x86)\Bentley 08.11.08.260\GenerativeComponents\GenerativeComponents.exe false ProjectFiles en-US false Generative Components Enable Debugging - Open base/Microstation/GcSg.csproj.user in notepad and edit the line highlighted below to point at your Generative Components executable - This will allow you to edit your project code dynamically while GC is running in the Visual Studio debugger

13 Digital Intuition Cluster, Smart Geometry 2013, Stylianos Dritsas, Mirco Becker, David Kosdruy, Juan Subercaseaux Rhino / Grasshopper Rhino3D - We assume you have Rhino 5.0 R0 (minimum) pre-installed on your laptop - Make sure you have the 32-bit version of Rhino (in the Program Files(x86) folder) - The 64-bit version will run but you will not be able to debug interactively - Trial version has not been tested for development (you are on your own) Grasshopper - Download and install the version 0.9.0014 http://download.rhino3d.com/Grasshopper/1.0/wip/download/

14 Digital Intuition Cluster, Smart Geometry 2013, Stylianos Dritsas, Mirco Becker, David Kosdruy, Juan Subercaseaux Rhino / Grasshopper Update References - In the RhSg/GhSg project you need to update your references to reflect the location of your Rhino/Grasshopper installation eg C:\Program Files (x86)\Rhinoceros… - Right click the References folder and select Add Reference… - Locate the assemblies RhinoCommon.dll, Grasshopper.dll and GH_IO.dll - Make sure the Properties/Copy Local is set to False

15 Digital Intuition Cluster, Smart Geometry 2013, Stylianos Dritsas, Mirco Becker, David Kosdruy, Juan Subercaseaux Program C:\Home\Apps\Rhino5\System\rhino4.exe false ProjectFiles en-US false Rhino / Grasshopper Enable Debugging - Locate the ProjectName.csproj.user files in the respective folders of Rhino and Grasshopper and open in notepad. Edit the line highlighted below to point at your Rhino executable. - This will allow you to edit your project code dynamically while GC is running in the Visual Studio debugger


Download ppt "Digital Intuition Cluster, Smart Geometry 2013, Stylianos Dritsas, Mirco Becker, David Kosdruy, Juan Subercaseaux Setup Instructions Overview 1. License."

Similar presentations


Ads by Google