Advanced Graphics from material global shut off

Discussion in 'SolidWorks' started by Ben, Jun 18, 2004.

  1. Ben

    Ben Guest

    I have a large assembly that one guy has turned on the advanced graphics for
    materials on all the parts. Is there a way to turn this off of all parts (
    possibly globally though the assembly ) without opening each individual
    part, right clicking materials in the feature manager, un-checking the
    advanced graphics check box, and saving the 400 part(s)?

    Please tell me there is a way to this without the million mouse clicks I am
    about to endure!!!

    If not... AGHHHHHHH!!!!!!!!!!!! THBBTTTTTTTTT!!!!!!!!!!!!!!!!!!!!!!

    Ben
     
    Ben, Jun 18, 2004
    #1
  2. I couldn't find any API documentation for it and when recording you get

    Sub main()

    Set swApp = Application.SldWorks

    Set Part = swApp.ActiveDoc
    boolstatus = Part.Extension.SelectByID("Unknown", "BROWSERITEM", 0, 0, 0,
    False, 0, Nothing)
    boolstatus = Part.Extension.SelectByID("Unknown", "BROWSERITEM", 0, 0, 0,
    False, 0, Nothing)
    boolstatus = Part.Extension.SelectByID("Unknown", "BROWSERITEM", 0, 0, 0,
    False, 0, Nothing)
    Part.ClearSelection2 True
    End Sub

    "Unknown Browser Item" interesting even SW doesn't know what this item is.

    Corey
     
    Corey Scheich, Jun 18, 2004
    #2
  3. Ben

    Ben Guest

    No this is not a real view issue, my card cannot handle that, there is a
    preferance for some ugly patterns to be applied to a part when you give it a
    material, or you can just have a colour applied.

    Ben
     
    Ben, Jun 18, 2004
    #3
  4. Ben

    Krister L Guest

    Turn on large assembly mode and in tools otion under large assembly,
    deselect "Use RealView graphics". Components will have a darker color than
    before but no real view

    Krister L
     
    Krister L, Jun 18, 2004
    #4
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.