Graphical hotspots make object actualization slow

Home Forums General discussions Graphical hotspots make object actualization slow

Viewing 2 reply threads
  • Author
    Posts
    • #4646
      Samantha Mar Braga
      Participant

      I have an objet scripted with graphical hotspots, some parts of the object are so heavy that cause an issue within the graphical actualization of the object because it feels very slow.
      Is it possible to only see the graphical hotspots without seeing the actualization of the whole object ?

    • #4647
      Joachim Sühlo
      Participant

      Try it with GLOB_FEEDBACK_MODE.
      IF GLOB_FEEDBACK_MODE = 1 THEN
      … Do not show the heavy parts
      ENDIF

      GDL Object Developer
      b-prisma
      MAC OSx 10.14

    • #4656
      Nader Belal
      Participant

      @Samantha Mar Braga

      Beside what was said be Joachim, check for these:
      1. If you have hidden errors in your GDL scripts (plural), ArchiCAD can be a bit forgiven with GDL errors, but that comes with a cost or reduced efficiency.

      2. See if you have created groups and forgot to kill them.

Viewing 2 reply threads
  • The forum ‘General discussions’ is closed to new topics and replies.