sketchucation logo sketchucation
    • Login
    1. Home
    2. voljanko
    3. Posts
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 22
    • Posts 142
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: Dont understand rotation

      Yes,thats it.
      Thans.
      Sorry for a very newby question.

      posted in Developers' Forum
      voljankoV
      voljanko
    • Dont understand rotation

      Hello,
      i have a problem with the rotation of the entity.
      I want to move the entity with the origin on the point 100,0,0 and rotated for 90 degrees.
      But the results of my code is that the entity is on the position cca 43.18 ,-105.42131 ,0
      What is wrong in the code?

      	point = Geom::Point3d.new 100,0,0
      	vector = Geom::Vector3d.new 0,0,1
      	degrees = 90
      	angle = degrees.degrees
      	t = Geom::Transformation.rotation point,vector,angle	
      	selected_entity.move! t
      
      posted in Developers' Forum
      voljankoV
      voljanko
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 8 / 8