Hide Selection

Discussion in 'SolidWorks' started by Manuel Ostertag, Dec 5, 2003.

  1. Hello!

    I am writing a program in Visual Basic 6, connecting to Solid Works 2003
    SP5.0.
    It inserts components to an assembly and then connects these components by
    adding three mates. In order to add a mate it is necessary to select two
    features.
    Now I would like to know if there is any possibility to hide the selection
    of these features.

    Thanks,

    Manuel
     
    Manuel Ostertag, Dec 5, 2003
    #1
  2. you mean you don't want to see the features to highlight ? I don't think it
    is possible because API calls like "Select" do exactly the same as in manual
    operation. I asked solidworks some years ago to put selections as
    parameters, for example AddMate(entity1,entity2,matedesc) . Check
    AssemblyDoc::AddMate2 to see what they did instead...
     
    Philippe Guglielmetti, Dec 5, 2003
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.