Search results

  1. D

    Rotation and Translation

    I solved it in this way, in SetRotation can be defined the rotation point, which is previously translated. gp_Pnt pto2t(translation.x(),translation.y(),translation.z()); rotxTrsf.SetRotation(gp_Ax1(pto2t,gp_Dir(1,0,0)),DEGREE2RAD( rotation.x()))...
  2. D

    Rotation and Translation

    The part I created is translating and rotating nicely, but do you know how could I rotate it according to its center point and not to the global one?
  3. D

    Rotation and Translation

    Hi, sorry for skipping that info. what I want to do is just modify the location of a previously created AIS_Shape. I am using a UI in which I have some spinboxes that will control the Rotation and Translation in X,Y,Z axis.
  4. D

    Rotation and Translation

    HI everyone, May I have some help on how to do rotations and translations of an AIS_Shape. Thanks regards,
  5. D

    Trihedron help

    Hi everyone, Could someone help me on how to visualize the orientation cube showing the position of the camera, also how could I orient the camera view along the preferred axis. Thanks regards
  6. D

    Lesson4: how to create a section view

    How should I define that view?
Top