• [C# Connect U14] Transient-Element not working for Parametric Elements

    I used the COM Functions CreateTransientElementContainer1(null, MsdTransientFlags.Overlay, MsdViewMask.AllViews, MsdDrawingMode.Hilite); and AppendCopyOfElement(element); but this doesn't work for Parametric Elements. I tested it with Parametric Volumes…
  • TransientElementContainer failing to initialize. VBA, Connect

    VBA code that used to work in V8i fails in Connect: Dim tec As TransientElementContainer Set tec = CreateTransientElementContainer1(Nothing, msdTransientFlagsOverlay, msdViewAll, msdDrawingModeHilite) Error message is: What has changed?
  • RE: Changing Cell SubElements without rewriting them ...

    Unknown said: Why does "ElektroElem.Redraw msdDrawingModeTemporary" not draw the updated CellElement? It does. But the next time the screen updates, it vanishes again. Only if you have inhumanly acute eyesight will you spot the temporary cell. Transient…