This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import javafx.scene.transform.Affine; | |
import javafx.application.Platform; | |
def field = ScriptingEngine.gitScriptRun( | |
"https://github.com/WPIRoboticsEngineering/RBELabCustomParts.git", // git location of the library | |
"2002/2002 Field/2002 Field STL.STL" , // file to load | |
null | |
) | |
.rotx(-90) | |
.toXMin() |