Git Product home page Git Product logo

buildingblocks's People

Contributors

jimmydunne avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

buildingblocks's Issues

Creating a ArrayDouble to use in the gui

gui scripting

The end goal is to use setRange() to change the min/max of a coordinate.

I spent acouple hours yesterday trying to to throw a bunch of commands at it and the following is the best I could come up with. However "modeling.ArrayDouble.populateFromVector(coordRange)" is having an error because its expecting two arguments and it got 1.

On the scripting page that addresses this problem, there isnt a good example of dealing with these types of issues. Once solved ill post the example.

cheers

##edit the coordinates range
#get a handle to the coordinate set
jc = joint1.upd_CoordinateSet()
# coordinate range value
k = -3.14/2
# create a vec2 to store the min/max values
coordRange =  modeling.Vec2(k,k)
# turn the vec2 into an ArrayDouble
coD = modeling.ArrayDouble.populateFromVector(coordRange)
# Set the coodinate values according to the array double
for i in range(2):
    jc.get(0).setRange(coordRange)
end

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.