Browse By Tags

  • Rotating and Moving Elements with VBA

    I've posted some articles about using matrices and transforms with MicroStation VBA to rotate or move (translate) a DGN element. The articles explain the purpose and use of Matrix3d and Transform3d , and how to apply them to an element.
  • VBA to rotate elements

    I have tried a macro to rotate selected elements with fence , selectionset or single click , but I do not understand anything more. the macro should take the angle of rotation by an element (line , linestrings , cell , text etc. , .. ) and rotate the…