Re: Mates breaking?
- From: Dale Dunn <daledunnSCRATCH@xxxxxxxxxxxxx>
- Date: Tue, 13 Sep 2005 02:17:10 GMT
> CTRL-Q does a forced rebuild. It regenerates the feature tree from top
> to bottom.
This is sometimes limited in assemblies. In particular, subassemblies
frequently aren't rebuilt (even with ctrl-Q) until the next time the parent
assembly is loaded. This is why some mate errors don't crop up until a
reload, or are resolved when the assembly is next loaded. However, it can
be done via a macro. I stumbled onto this a while ago. Sometimes it bails
me out.
'forces rebuild of top assembly and all subassemblies
Dim swApp As SldWorks.SldWorks
Dim Model As SldWorks.ModelDoc2
Sub main()
Set swApp = Application.SldWorks
Set Model = swApp.ActiveDoc
Model.ForceRebuild3 (False)
End Sub
.
- Follow-Ups:
- Re: Mates breaking?
- From: garethconner
- Re: Mates breaking?
- From: Wayne Tiffany
- Re: Mates breaking?
- References:
- Mates breaking?
- From: garethconner
- Re: Mates breaking?
- From: TOP
- Mates breaking?
- Prev by Date: Re: OT Boeing strike
- Next by Date: Re: Mates breaking?
- Previous by thread: Re: Mates breaking?
- Next by thread: Re: Mates breaking?
- Index(es):
Relevant Pages
|
Loading