-
Posts
1,221 -
Joined
Posts posted by C. Andrew Dunning
-
-
To make it possible to create these objects without having to worry about the aspect ratio (that changes when the coordinate system is rotated), 3 new calls were created: RectangleN, RRectangleN, and OvalN. These allow you to specify the rotation of the object, and then the bounding box of the object within that rotation.
Where can we get more info on these calls - what their syntax and variables are and how they funtion relative to, let's say Rect?
Thanks!
-
DWorks -
Makes sense. I hadn't thought of that (though several of my symbols do contain grouped elements).
The thing I'd tried to do (and gave up) was having certain lines within symbols change color (color only - not fill, pattern, or line style) based on which Class on which the symbols are placed. I have symbols that are used in different ways (in different Classes) and differentiating their purpose/Class at-a-glance using color would be a great thing...
Regards -
-
And more evidence of why I should think before typing...
Most of the elements in my symbols are already created in different classes. I use class visibility to control which of those elements are hidden or shown. There just isn't a way to control the graphical attributes of those things based on which Class in which a given symbol is placed.
I guess this is one of those "can't have my cake and eat it too..." things.
-
-
boxjoint -
Would you care to explain what you mean by "the ability to show hierarchical lists"? Curious...
As to what DWorks was saying about the ability to adjust graphical attributes based on Class assignment, I love the concept but the vast majority of my work is symbol-based (the symbols need to remain symbols when placed) and, as far as I know, geometry within symbols cannot change attributes on a "per-instance" basis. Perhaps something for the Wish List...
-
I wonder if you would be willing to post a new topic explaining how you keep them all straight? How do you have your classes organized? What sort of naming convention do you use?quote]
I've taken advantage of 2 things in VW's handling of Class order:
1) I use numbers to group Classes of similar general function.
2) I use VW's Class name tree system to subdivide those functions.
That way, my Classes always show up in a specific order, regardless of what alphabet letter starts a given Class' name.
For example, "5" is a general division for stage lighting elements. ""Flown" and "Ground" are where those elements are placed.
A snippet from my Class list:
5 Flown-Conventional
5 Flown-Intelligent
5 Flown-Truss-Main
5 Ground-Intellig.
5 Ground-Convent.
5 Ground-Truss
Make sense?
-
Ion -
I've named most of my VPs. To get a given VP's handle I use GetObject (which looks for the name).
As to knowing what VP will display a given object, I don't know a way to do that - if that's even possible, aside from polling for Class visibilities.
-
Ion -
Though I'm in agreement w. others about the value of adding more Classes, I can also understand having drawing conventions that you may not necessarily want to change. To answer the question I think you were initially asking, the call you want to use is:
PortScale := GetObjectVariableReal (h,1003);
"PortScale" is the returned scale of the selected ViewPort.
"h" is the handle of the selected ViewPort.
I hope this helps.
-
I think you're right about several Class tools being contributed by Katerina. This could be what you were remembering: http://www.vectordepot.com/market/vm-010_class_utilities.html. Nothing, though, to do with the Nav Palette...
-
-
The file is named "LandruNoteBox.vso".
-
Katie -
I had the same issue w. a VSO file. 42KB.
-
Here are three that return to my list quite often:
1) A Mirror tool (or, an option to the current one) that will copy an entity to a mirror position but will not flip the duplicate object. I'm currently using tools from the old Theatrical Tool Kit to do this, but they could use some updating.
2) Multiple drawing windows - including the ability to start drawing an entity in one window and finish in another.
3) The ability to select all objects in a given Class by right-clicking on the Class' name in the Navigation Palette. This would be a big plus for doing drawing house-keeping.
Thoughts?
-
Greetings!
Would any of you care to shed light on making Print Current View work in 2008? I'm having lots of difficulty - blank pages in PDFs - and shifted views and clipped areas in "printer" pages. Is there a 12 -> 2008 approach difference I'm missing?
Thanks!
-
Greetings!
Would any of you care to shed light on making Print Current View work in 2008? I'm having lots of difficulty - blank pages in PDFs - and shifted views and clipped areas in "printer" pages. Is there a 12 -> 2008 approach difference I'm missing?
Thanks!
-
As an aside, what fonts does everyone out there tend to use?
I've grown to like "Mr. Hand," from the Architect's Font Pack: http://www.will-harris.com/store-h/architect_fonts.htm.
-
Yes, "Display alerts..." is checked.
These are messages generated by the "Message" call in VectorScript.
-
Is there a way to change 13/2008's default Message Palette position from docked (and eating up a third of the screen) to floating (and a resonable size)?
(Windows version)
Thanks!
-
Is there a way to play with the visabilities in a group or symbol?
Absolutely...though, if you're not careful, it can confuse the daylights out of you.
An example of how I do this in my line of work (stage lighting and design):
I have symbols of truss sections. Those symbols get placed in drawing classes like "Lighting Flown-Truss." Within those symbols I have different classes:
- A "simple" class in which the truss is just an extruded rectangle.
- A "complex" class containing all of the lacing and truss chords.
- A class for loci, used for placing lighting fixtures.
- A "rigging" class containing guidelines for rigging.
By working this way, I can place a piece of truss but look at it in different ways. I have a few simple scripts to change visibilities of the classes - simple/complex...rigging on/off...etc.
Make sense?
-
Richard -
You're probably right. Setting a view by 3 points shouldn't be that big of a deal - except when you remember that this tool not only changes the view, but also the working plane, itself. A bit more going on here...
-
Working Planes dialog?
AHHHHHHH! Yes, when one chooses the (unused & unmodified) Designer workspace there is a minimised palette called WP! I've just closed it every time: I've never liked WordPerfect.
Ahhh...Petri...here's where you're going wrong. In the LANDRU WorkSpace, though kept off to the side and out of the way, the Working Planes dialog is kept open and easy-to-find.
Oh, and BTW, I'm a die-hard WordPerfect user.
-
We do have that feature. I use it pretty regularly.
1) Set the working plane using the Set Working Plane Tool.
2) In the Working Planes dialog click the icon that looks like an eye looking at a grid (bottom left-hand corner - "Look at Working Plane"). Save the new plane in this dialog.
3) Get the object(s) where you want it(them) on the screen by zooming/panning/etc. Set class/layer visibilities. Save the resulting view.
Works like a champ...
-
Video drivers are as up-to-date as they can be.
SP1 is loaded.
-
Doing a little following up...
Any ideas regarding the crashing issue?
Thanks!
So....what HAS changed in 2008?
in Vectorscript
Posted
Thanks. I had been looking at the wrong VS reference document on my HDD - and neither of the on-line VS resources have any info (that I could find) on the new calls.
I'll have to do a little tinkering now to learn what the different variables do...