Yes,Todd, that is sort of what I had in mind. Selecting and moving vertices in unison. This would also be helpful when dealing with symetrical objects and reshaping vertices of the mirrored halves.
Posts
-
RE: Question - a way to select a set of veritces/end points
-
Question - a way to select a set of veritces/end points
This weekend I was playing around with a terrain and some freeform surfaces and needed to move vertices in very small increments. Doing this with the mouse just didn't work out because of inferencing to nearby geometry.
Wondering there is someway via ruby to select mulitiple vertices? If there is, then perhaps existing nudging/moving scripts might be adapted to accomodate vertices as well as edges and surfaces?
-
Question - Can User Defined Axis be recognized in Ruby?
There are scripts which do functions relative to the default axis. However, when the axis is redefined by the user, it seems some scripts can't recognize the new red, blue, and green axes.
Is there a way to get around this?
-
RE: LAYER MANAGER NEW RELEASE
Merci, Didier.
However, please try these files (change the .lmi.txt extension to .lmi).
Layers 0, Blue, and Green have been setup via SU's Layer dialog. The Blue and Green geometry were moved to their respective SU layers; all others objects are assigned to Layer 0. Blue and Green configs were then defined via your Layer Manager Script. The Blue config only displays layer Blue. The Green config only displays layer Green.
Issue A.
See what happens when you apply green or blue configs when all layers are visible, then alternate between the existing configs. Restore a config ONCE and it will APPEND that restoration to the existing display. Next Restore the SAME config AGAIN and it will display the restoration correctly.
I believe the samething happens when following the same routine using Restore-Show-Only.
======
Issue B.Now, via the SU's Layers Dialog add a new layer called Gold, select the gold geometry and move it to layer Gold. Make layer Gold the active layer and make all other layers invisible. Create a new config with the Layer Manager script called Gold.
Repeat he routines mentioned in "Issue A" and also include Restoring Gold and Restore-Show-Only Gold.
=======
Issue C.
It is possible to display a blank line in the dialogs (such as the Delete or Restore dialogs).
Regards, John
-
General Windows Utility - Screen Ruler
I found this utility in another forum.
It works well within SU and I have used it for estabishing window sizing when setting up page veiws, particularly when using parallel projections and setting up the zoom factor, object position relative to the window (I used to float SU toolbars to do this) or when fine tuning 2D exports.
Since its settings are remembered in an ini file, you can save a ruler config used for a project and archive it with that project. Then, later on, if you need to, you can replicate the same ruler size and postion. Can be helpful if you accidentally update a page's view and save the file.
Go here: http://delphi.about.com/library/weekly/aa080205a.htm to download.
It is a free.Regards, John
P.S. If the moderators feel this thread should be posted elsewhere, please feel free to do so.
-
RE: LAYER MANAGER NEW RELEASE
Hi Didier,
I just downloaded the last interation of Layer Manager.
I get the following error dialog.
-
RE: LAYER MANAGER NEW RELEASE
Thanks Dider, it works great!!!
I did think of another conditional method to save.
Show Only. You pick the layers you only want displayed (all other layers are excluded from the display even any layers created later on).
-
RE: LAYER MANAGER NEW RELEASE
Hi guys:
Thanks for the replies.
Didier, let us know if and when you add the ability to save the Current Layer in a named layer set as an option. The way I use the script now is to show specific sets of objects so it is a two step process ... first identify which Layer(s) is included layer "set" and change the Current Layer to one of those layers, then apply one of the named layer sets. Otherwise, I can get a display which includes more more objects than defined in the retrieved layer set.
-
RE: LAYER MANAGER NEW RELEASE
Didier, this has some nice features. Thank you.
Is there anyway these two options can be included?
- Save the Current Layer
- Save Layer Colors
-
RE: [Plugin] Unhide ALL (Edges) - Inside Groups / Components ???
Thank you TBD and TIG.
This will be useful.
-
RE: Preparing for SmustardOrganizer script
Hi Rick:
Couple of questions/requests:
-
Could you post a screen capture of how a typical "organized" plugin directory would appear?
-
Is there any way for the organizer script [assuming the Smustard (or any other scripts) were properly annotated] to display the revision number? And, if not the Organizer script, perhaps another similar script,ie., an "About.rb" script, to detect the rev levels?
-
Would there be a method for the users to control the order of scripts within a folders (short of renaming them) or is this still controlled by SU as it loads the scripts into memory?
Regards, John
JClements at brwncald daught com
-
-
Pivot Camera script. Does such a script exist?
Unless I misunderstand how to use the "Flightpath" script, is there script that can accomplish the attached?
http://www.sketchucation.com/forums/scf/sas/Ruby/PivotCamerExample.jpg
-
RE: Is there a way in Ruby to import KML files into SU?
I believe so. I believe it can be opened with a standard editor.
If I can get a sample file of data points, I will post it here.
I'll have to wait until person who creates specific KMLs returns from vacation in 2 weeks.
-
Is there a way in Ruby to import KML files into SU?
The folks I am working with are developing a new application which can take data points and GIS info and create KML files which are automatically loaded into and viewed in Google Earth.
Assuming the KML file wouldn't be too detailed (large), could a script be developed which could load info from the KML(at least single points and line art such a pipe centerlines) directly into SU6?
-
Request: Automatically add ConstructionPoint at Center of Ci
With the type of work I do, I almost always want a construction point when drawing a circle (for aligning pipe centerlines, etc., during later stages of developing an illustration).
Is there a way to do this automatically. when using SU's Circle tool so that a separate custom tool wouldn't have to be developed?
If not, then a custom tool would be the next best choice (with perhaps an option in the dialog to choose a layer to assign all the "circle-center points" to during that drawing session)?
-
RE: A List of Shortcuts?
Well I wasn't totally delusional. I found a List Shorts in the Help Menu for my SU5.
It was placed there via a rubyscript which works in SU6 too.
Now is there a ruby guru that could add a print list function to this?