Yes,thats it.
Thans.
Sorry for a very newby question.
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
Posts
-
RE: Dont understand rotation
-
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