Api and Rebuilds

Discussion in 'SolidWorks' started by Sean Phillips, Aug 26, 2003.

  1. my api progam is making masive changes to the model. is there any way
    to have the model not rebuild. then rebuild it at the end. my model
    consists of an assembly with 8 parts.
     
    Sean Phillips, Aug 26, 2003
    #1
  2. see http://www.dynabits.com/plus/redlight/index.htm
    portion of the code below, just for you ;-)

    Private Function part_RegenNotify() As Long
    If block Then
    part_RegenNotify = 1 ' cancels the rebuild
    End If
    End Function
     
    Philippe Guglielmetti, Aug 27, 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.