Browse By Tags

  • How to Pattern an Element with a Cell

    Product: MicroStation Version: V8i, CONNECT Edition, 2023 Environment: N\A Area: Patterning Subarea: General Problem How do I pattern an exisiting element with a cell? I would like to flood…
  • automatic pattern solid section

    I'm looking for a way to pattern solid sections automatically. I have seen a past post about this using element templates. However, I would like the pattern to also follow the direction of the longest side of the element. For example, I have a cabinet…
  • [Connect, C++] PatternParamsModifierFlags

    Hi all, With the function mdlPattern_extractAssociative you can extract the pattern parameters from a patterned element. These pattern parameters include PatternParamsModifierFlags: PatternParamsModifierFlags flags = patParP->GetModifiers(); Now I…