solidworks >> Confirm drawing view update
by bob zee » Tue, 07 Mar 2006 03:55:26 GMT
Views on inactive sheets need updating. If they are not updated, these
views will appear empty when the drawing is opened in the SolidWorks
Viewer or in View Only mode. Note that the update operation might
increase the time required to save the drawing.
Update the drawing?
bob z.
ps bob z. just can't cope
drifting into eternal sleep...
Similar Threads
1. Multiple sheet drawing doesn't update all views!
2. inserting sketch dimensions from annotation views automaticaly into drawing views
3. Drawing UI error, can't move drawing views
SW2007 latest sp
For some reason when working with drawings something happens and when I
select a drawing view it is outlined in pink and I can no longer move
it. Just now when typing this on another computer it began working
again and I can move drawing views again. Other times I must close the
drawing and re-open it. Any ideas?
Mark B.
4. Updating inactive sheet views error?
5. update(2) : stereo view in SW
i`ve ended with a VB code like this:
<code>
Dim swApp As Object
Dim swModel As Object
Dim swView As Object
Dim bEnable As Variant
Dim Retval As Variant
Dim dfSeparation As Variant
Dim errors As Long
Dim DataArray(1) As Double
Sub main()
Set swApp = Application.SldWorks
Set swModel = swApp.ActiveDoc()
Set swView = swModel.ActiveView
bEnable = 1
Retval = swApp.EnableStereoDisplay(bEnable)
bEnable = 3
Retval = swApp.EnableStereoDisplay(bEnable)
'MsgBox "EnableStereoDisplay returns:"
'MsgBox Retval
Rem dfSeparation = swView.GetStereoSeparation()
Rem array (StereoMagintude, StereoParalax)
Rem dfSeparation = Array(0.5, -15)
DataArray(0) = 2
DataArray(1) = 150
dfSeparation = DataArray
Retval = swView.SetStereoSeparation((dfSeparation))
'MsgBox "SetStereoSeparation returns:"
'MsgBox Retval
'Retval = swApp.EnableStereoDisplay(bEnable) ' not here
End Sub
Retval returns true both in EnableStereo and SetStereo, but nothing else
happens(I.m. image is not going stereo, even shutglasses don`t kick in).
Can anyone test it on Quadro graphics card? i think that this might be my
problem . . . i have Gainward Ti4200 and SoftQuadro4 doesn`t work for me . .
.
6. Update View After Scale Change
7. SW2005 Section Views Not Updating Properly
Has anyone else found this to be true? We do machine design, so
section views in drawings are an everyday occurance. Follow these
steps and let me know if you have the same experience.
Section views do not update when used with assemblies after a part is
added to the assembly.
Step 1. have a drawing of an assembly that has a section view.
Step 2. open the assembly and add a part that would be cut by the
section line.
Step 3. rebuild and save the assembly.
Step 4. switch back to the drawing and inspect the section view.
Step 5. find that the section view shows the new part but the new part
is not section cut until you perform step 6.
Step 6. Edit the section line sketch and move the sketched line.
rebuild the section view and the new part is now cut in the section.
IS THERE A SETUP PROBLEM HERE?
IS THERE A USER PROBLEM HERE?
THIS HAS BEEN REPORTED BACK IN SW2005 SP2.0 AND WAS REPORTEDLY FIXED IN
SP 4.0
When I tried this long awaited fix in the SP 4.0 early visibility just
released, it is not fixed. Unfortunately, I don't have an SPR # to
refer back too.
8. update: stereo view in SW