sketchucation logo sketchucation
    • Login
    1. Home
    2. SynSuka3D
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    S
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 23
    • Groups 1

    SynSuka3D

    @SynSuka3D

    10
    Reputation
    1
    Profile views
    23
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    SynSuka3D Unfollow Follow
    registered-users

    Latest posts made by SynSuka3D

    • RE: MSPhysics 1.0.3 (16 October 2017)

      Thanks Anton_S,
      But I would like a radar of this style !! Of my model Sketchyphysics for MsPhysics!

      Link Preview Image
      3D Warehouse

      3D Warehouse is a website of searchable, pre-made 3D models that works seamlessly with SketchUp.

      favicon

      (3dwarehouse.sketchup.com)


      Avion+02.skp

      posted in Plugins
      S
      SynSuka3D
    • RE: MSPhysics 1.0.3 (16 October 2017)

      Hello, I would like to create text that does not of the world of the !! Example: the objects far from the center of the axis!

      And I would like to create lines, shapes, points !! A radar...

      posted in Plugins
      S
      SynSuka3D
    • RE: MSPhysics 1.0.3 (16 October 2017)

      ==============================

      To get local velocity, along the body's Y-axis, you got to transform the global velocity relative to the body first, then get the Y component:
      CODE: SELECT ALL
      loc_vel = this.get_velocity.transform(this.get_normal_matrix.inverse)
      vy = loc_vel.y

      Regards,
      Anton

      ===================
      problem!!!!!!

      posted in Plugins
      S
      SynSuka3D
    • RE: MSPhysics 1.0.3 (16 October 2017)

      Bonjour,
      Je voudrais lire la vitesse D'un corps sur l'axe Y interne,no axe Y mondiale !!!
      J'ai essayé get_velocity...
      set_var("speed_Y",????)

      Hello,
      I would like to read the speed of a body on the internal Y-axis, no Y-axis world!
      I tried: get_velocity...
      set_var("speed_Y",????)

      posted in Plugins
      S
      SynSuka3D
    • RE: MSPhysics 1.0.3 (16 October 2017)

      erreur Masse !!!! v1.0.0
      no reset position ! big masse


      Enregist._2017_03_27_15_46_02_898.gif

      posted in Plugins
      S
      SynSuka3D
    • RE: MSPhysics 1.0.3 (16 October 2017)

      😄

      posted in Plugins
      S
      SynSuka3D
    • RE: MSPhysics 1.0.3 (16 October 2017)

      Final base

      Link Preview Image
      3D Warehouse

      3D Warehouse is a website of searchable, pre-made 3D models that works seamlessly with SketchUp.

      favicon

      (3dwarehouse.sketchup.com)

      posted in Plugins
      S
      SynSuka3D
    • RE: MSPhysics 1.0.3 (16 October 2017)

      posted in Plugins
      S
      SynSuka3D
    • RE: MSPhysics 1.0.3 (16 October 2017)

      my project

      https://media.giphy.com/media/l3q2Ugf90Umd7h2Ss/giphy.gif

      posted in Plugins
      S
      SynSuka3D
    • RE: MSPhysics 1.0.3 (16 October 2017)

      @Anton_S
      @body.set_omega([Internal body axis , 0, axes in global space]) ???

      ex:
      *onStart{
      @body = simulation.find_body_by_name('body')
      }

      onUpdate{
      r_body = @body.get_matrix

      ax = Geom::Vector3d.new([key('up'), 0, 0]).transform(r_body)

      @body.set_omega([ax.x, 0, key('right')])
      }*

      posted in Plugins
      S
      SynSuka3D