Total Pageviews

Friday, August 16, 2013

Python Script - I found a new item to be careful about.

 
In the image above, there are variables being defined.  Here is what I ran into.  I entered the following syntax for "B"

B=18

I kept having my B length on my component in the model being shifted anytime I drug the adjusting arrow to and odd value or typed in an odd value (like 15, or 16.75)  It would either over adjust or not move at all.  Then I tried this...

B=18.0

All worked fine after that!  You have to have the ".0" in the value to allow for non-whole numbers.  This was a simple thing but I found no documentation on it and really just figured it out by trial and lots of error.

Happy Scripting!

----------------
Acts 1:8

New Extension 1 for P3D 2014

The NEW Extension 1 for P3D 2014 on the Subscription Site is getting a lot of complaints on the boards and blogs.  However, I have experienced no issues at all with it.  So, as always, fully test it out on a machine or 2 before pushing company-wide.  But as for me... I like it!  Good stuff!

________________________________________________________________
Acts 1:8 "But you will receive power when the Holy Spirit has come upon you,
and you will be my witnesses in Jerusalem and in all Judea and Samaria,
and to the end of the earth."

Monday, July 8, 2013

Is it Live or is it MemoreX-Refs?

We use XRefs a lot here where I work and I tend to have to search for my lines that are not in the XRefs so I can work on them. I found a good way to highlight the active lines in a DWG from the XRef'ed lines.

This is using a SHADED view option (my standard while modeling)

 
 
As you can see it is hard to tell what is XRef'ed and what is live and editable in the current DWG.
This is the same model but swapped to SHADES OF GRAY and you can really see the highlighted lines ready to be edited.  Try it out!

 
This only works in PARALLEL view - not PERSPECTIVE view. (View Cube Setting)
 
________________________________________________________________
Acts 1:8 "But you will receive power when the Holy Spirit has come upon you,
and you will be my witnesses in Jerusalem and in all Judea and Samaria,
and to the end of the earth."