We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.
3D Design

3D Design

How can I select all bodies in the design from within a SpaceClaim script?

    • FAQFAQ
      Participant

      There are a couple simple options that can be used to do this. One option is to use the syntax: targets = Selection.SelectAll() And another options is to use: part = Window.ActiveWindow.Document.MainPart targets = Selection.Create(part.Bodies)