3ds Max :: Changing Common Parameter Of Multiple Objects
Dec 15, 2012
Is there a way to change a common parameter of multible objects — For example scale x parameter, or Length Segs parameter of say 20 box objects, and change that parameter for all of them as as easily as changing one? I used Max long long ago, but am coming from a Maya and Softimage background.
View 5 Replies
ADVERTISEMENT
Jun 21, 2011
Is there a way - or 3rd party app or lisp- to change the width of multiple Mtext objects all at once? I have several drawings where the width of all Mtext objects is 1.25, and I would like to change all of them to 1.
View 8 Replies
View Related
Apr 6, 2013
I run the AutoCAD 2013 student version on Windows 7. I have rather little in-depth knowledge of AutoCAD and its countless parameters whose values seem to control the general settings. This is probably the issue of yet another one of those parameters.
Just yesterday as I was drafting on my laptop all of a sudden these annoying constraints started to appear all around. I somehow switched them off but ever since then, whenever two objects share even a point (or a line, for that matter, as this is simply a multitude of points), they seem to be "glued" together at that point - if I select one of the objects and try to move it, scale it, drag the shared point around to model the object ect., the other object (the one it's glued to) is skewed about that particular shared point (or line) so that it keeps being a common element of both. I figured that I have somehow told AutoCAD to regard this as some sort of constraint but how I did it or how to undo it. I tried CONSTRAINTINFER, which was set to 1, and changed it to 0, bu to no effect.
View 6 Replies
View Related
Jan 15, 2013
Is there a way to have one common keyword list which can be shared between multiple catalogues?
View 4 Replies
View Related
Jan 17, 2014
I was hoping to create a JS script to move objects away from common center based upon their current position. I was thinking to use a single selected path item as the center based on its position x/y and width/height. Using this reference point the script would then move away all other path items from this center point based on a desired amount and with uniform increments given their current location from this center. I was thinking cos and sin would be my friend in this case, however they seem to have become my foe instead. ;-)
Does this sound doable? What am I missing, doing wrong, misinterpreting? Below is a non-working attempt, I can't seem to sort things out, perhaps I was close and missed it or maybe I am super way off and its more complex than I thought. However at this point I am confused across my various failed attempts this only being one of them.
// Example failed code, nonworking concept
var docID = app.activeDocument;
var s0 = docID.selection[0];
pID = docID.pathItems;
var xn, yn;
var stepNum = 20;
[Code]....
View 13 Replies
View Related
Jul 3, 2013
I have long used the following lisp to convert multiple single text objects into multiple mtext objects (i.e. make each text entity into separate mtext entities).
; T2M - convert individual Texts/Dtexts to individual MTexts
; modified by Xanadu - www.xanadu.cz
;
(defun C:T2M (/ ss i elist)
[Code]....
However, the mtext entity always moves position slightly (compared to the original text entity) after converting the object. better lisp that converts multiple text entities into mtext entities (which are all separate still, i.e. not joined together) without the position of the entity changing?
View 4 Replies
View Related
Apr 17, 2012
I have a more then 10 folder(Irrigation-Telephone-electrical- general layout-profile etc) and one x-ref folder i want to attached that x-ref with all folder files in that folder more then 10 files so how can i attached that x-ref with easy way if i attached one by one its time less so any easy way to attached x-ref in multiple folder.
View 0 Replies
View Related
Oct 11, 2011
Is it possible to change a Parameter value through iProperties? I have pipe with carries a "Length" parameter for its length. I checked the " Export Parameter" to make this value visible in the iProperties. Is there a way to create a Macro to make this possible? I'd love to be able to change pipe lengths without physically opening the file. This is my first time getting into programming/ macros.
View 1 Replies
View Related
Nov 11, 2011
Is there a way to change the model parameter tolerances thru the API? I haven't seen this issue in the discussions. I've found the parameter.tolerance property, but it looks like it only returns the tolerance, Is there a way to set the tolerance?
View 1 Replies
View Related
Apr 1, 2003
I have a part file ("part1.ipt") that has a user parameter called "Height". When I open this file as a part document, I can modify the "Height" parameter to change the height of the part. This functionality works great:
Set oPartDoc = oApp.Documents.Open(sPartFileName, True)
Set oParameters = oPartDoc.ComponentDefinition.Parameters
'change part height to 30 cm
oParameters.Item("Height").Expression = 30
Now, I am wanting to add this part to an ASSEMBLY document, then change the parameter to 30, but have been unable to do it.
I have this so far:
Dim oAsmCompDef As AssemblyComponentDefinition
Set oAsmCompDef = oApp.ActiveDocument.ComponentDefinition
Dim oOcc As ComponentOccurrence
Set oOcc = oAsmCompDef.Occurrences.Add(sPartFileName, oMatrix)
After I add all the parts, I highlight a part in the assembly pane, I click on FxParameters but I don't see the User Parameters for the part. Are the User Parameters not available when a part is placed into an assembly?
This assembly will have multiple parts added from the same file name, but the "Height" parameter needs to be modified for each occurrence.
View 5 Replies
View Related
Feb 7, 2013
Let's assume we have a square drawn and another smaller square inside of the larger square. If i want to figure out the area of the larger square less the area of the smaller square but adding the perimeter of both squares, how do i do that? I know i can select the square and the properties tab will provide the area and i know i can use the area command and choose "subtract area" and do it that way. But my friend tells me theres a way by just selecting both objects that the properties tab will automatically do that for me. But when I select both objects, the properties tab under geometry would just say "varies" and not do the math for me.
I don't know if this provides additional information but he says somehow both objects are linked, like a block where its really one object and not 2, but when you explode it, it becomes 2 objects and therefore will now say "varies" on the properties tab as opposed to doing the math.
View 7 Replies
View Related
Sep 3, 2013
When I place a custom ipart (a simple one in this case) the length in my table changes
Inventor Professional 2014.
Windows 7 64 bit.
View 2 Replies
View Related
Aug 28, 2011
I have this Dynamic Block which has a few distance parameters on it and an attribute at beginning of each parameter which are attached to a stretch action. If manually bring the block in. And set a value to attribute and then stretch the it , attribute move along with action. But when I do it pragmatically it doesn't . Basically attribute stays at original location of original block before stretch. What is wrong with my code. Or Shall I do something to Attributes when I change the distance parameters in Program? I don't know .
I have a function which bring the block in and set attribute first and then another call which change the distance . So I don't show the first function which to me works fine . The problem is this part.
For Each myBRP As DynamicBlockReferenceProperty In myBRC
For I = 1 To NumbderOfDistanceParamsinDynBlk
If myBRP.PropertyName = "Distance" & Trim(i.ToString) Then
myBRP.Value = DynDistancevalue(i)
End If
Next
Next
View 7 Replies
View Related
Jun 24, 2013
Imagine a layer containing 10 squares, each square is isolated (none are touching). I need a quick way to put each of those squares on its own layer. Is there something already built in, or any plugin or action?
View 12 Replies
View Related
Sep 27, 2013
I have one layout. On that layout I want to have 2 viewports. I also have ssay block A and block B I want to insert.I would like Viewport1 to display block A and viewport 2 to display block B.
What happens to me is when I created Viewport 1 and inserted block A. I go on to create viewport 2. But viewport 2 displays only block A, which I cannon delete to insert block B.
View 1 Replies
View Related
Jul 6, 2012
If there was a way to have multiple stretch boxes when selecting one linear parameter.
I am currently working on 2D isometric drawings. I have lined up my views horizontally, so one stretch block is sufficient for stretching things vertically (I just drag the box over all my views), but I cannot find a way to efficiently stretch several views horizontally.
I was hoping that a solution to this will allow me to either select one grip and move at most 4 views horizontally, or just enter ONE value in the quick properties window.
The only idea I can think of now is to just make 4 linear dimensions, 4 grips, and have 4 quick properties inputs .
View 6 Replies
View Related
Sep 19, 2013
I'd like to change a layer's color from command line because of a user icon. I figured out from previous topics that I should use macro similar to this: ^C^C_filedia;0;-la;s;Verdeckt (ISO);c;1;l;dashed;;_filedia;1;re;
(I want to use this macro to change layer's linetype, too, but that's not the point)
The only problem with this macro: layer's name contains a space therefore Autocad tries to recognize Verdeckt as a command (and macro interrupts there) instead of setting Verdeckt (ISO) as the current layer. I've tried using different quote marks, none of them worked (' and " and <>). I hope there's a method for entering a parameter that contains space.
Software: Inventor Series 2011 SP1 x64
OS: Vista Business x64
CPU: E6400
RAM: 2*2Gb GeIL
VGA: Quadro FX 550
View 5 Replies
View Related
Aug 2, 2013
Can Dynamic Simulation drive multiple variables with a single parameter? In the following example, the variables len_A and len_B are driven by size. The parameter "size" varies from .8 to 1.2 (currently I have size parameters in a Multi-Value List).
Is there a way Dynamic Simulation can drive the "size" parameter to animate the assembly? I plan to use Dynamic Simulation's Output Grapher to Plot a Trace of the triangle's apex as A and B vary in length. The example assembly is attached.
View 4 Replies
View Related
Dec 23, 2011
I have user parameters that are no longer needed and are not being used anywhere. They each takes 4-5 seconds to delete, prior to 2012 this would happen instantly.
IV2014 SP1 64bit
Dell Precision T7500, Geforce GTX 480, DirectX11 306.97
SpaceExplorer 4.04, 3DxWare 3.12.2
Twin Intel Xeon E5506 2.13GHz, 12GB RAM, Win7 Pro SP1 64bit
View 6 Replies
View Related
Apr 6, 2005
I'm trying to change the size of a certain object in my image. It's a simple clip art that I got off the web and pasted into Photoshop. What I'm trying to do is select it with the select tool and then resize. None of the resize options I'm using seem to do exactly what I want though. Here's what I've tried:
1) Image -> Image Size -> do my adjustments. This changes the size of the whole image, not the selection.
2) Image -> Canvas Size -> do my adjustments. This changes the size of the canvas and has no bearing on the size of any of the objects within it or the entire image.
3) Select -> Modify -> Contract/Expand -> enter the number of pixels. This changes the size of the selection box, but not the contents within it.
4) Select -> Transform Selection -> do my transformations -> hit enter. This changes the size and shape of the selection box, but not the contents within it.
What do I need to do in order to change the size of a particular object within my image?
View 6 Replies
View Related
Jul 2, 2013
Being a transplant from AutoCAD I am used to using ctrl+1 to change the properties of selected objects. How is this done in 3DS? I would like to change depth of the cylinders...
View 1 Replies
View Related
Aug 19, 2011
I'm using AutoCad LT 2007, so I understand I may not be able to do this.
I have two object, such as circles, and they are a certain distance apart. It does not matter. I have an object/text between them that does not fit between them. I cannot scale the inside object as it has to be the same size as the others of it's kind. I would like to take the two circles and put a greater distance between them. In other words I want there distance to go from, say, 5 units to 10 units without moving the center point of the two objects. I was thinking something similar to: select the two objects, select the midpoint of the two objects, and enter the command to change the distance between them. Almost like a stretch command out from a center point, but with two objects. I can find the center point of the two objects, that's no problem.
This is the way I do it now, and I'm trying to find a quicker way to improve my AutoCad skills. Select the object on the right and move it right a certain distance, then select the left object and move it left the same distance. It works, it's just slow.
View 4 Replies
View Related
Feb 17, 2014
I scan my pieces in. Trace them with the pencil (love the new version) save my file. Than I save as a svg file. But in some cases it changes the size of these objects and in others it does not. So some place something is different. How do I stop this?
View 2 Replies
View Related
Dec 1, 2013
I need to use the dimension created by an action-parameter as a variable in a user defined function but AutoCAD will not allow me (see attached).
How may I access the action-parameter's dimension ?
View 1 Replies
View Related
Feb 7, 2012
it is possible to use a user defined parameter to drive a action parameter.
I have several polar and linear stretch actions i would like to drive from one parameter.
View 3 Replies
View Related
Oct 2, 2012
I need to convert a model parameter to a reference parameter thru the API.
I saw this item discussed in the group before, but I cant find the thread.
View 4 Replies
View Related
Oct 31, 2011
All i want to do is create a new image... a black background to be exact which I can do easily enough, then I open a second image (a picture taken by hubble, im creating a new desktop background). I copy that picture, paste it onto the black background. All I want to do now is center the hubble picture on the black background. I can do it manually of course, but when I click on the hubble picture so that it is selected then go to the 'objects' drop down menu I see the 'align' option, it then opens another menu and it has it right there "center in canvas" but it is not selectable, actually the entire 'align' menu is grey meaning I cant select any of the align options.
Also, same project, the hubble picture... I want to but a border around it. Under the 'image' drop down menu is a add border option... but it adds a border around the black background/canvas and not the hubble image that I have selected!?! Why?
In both cases its like the program is not accepting that I have a new image (the hubble image) selected, its only allowing me to alter the initial black background.
View 5 Replies
View Related
Jan 27, 2014
How to change position of several objects toward center (let's say all objects have pivot point in one place) ?
View 4 Replies
View Related
Oct 3, 2011
Im working with an image (pictured below) and I want to make all of the white bits clear, so as to allow whatever colour is behind to show through.
View 7 Replies
View Related
Jul 8, 2013
peace sign.cdr
Howdy gang, I am trying to create a peace sign in CDX6, but I cannot change the lengths of the two angled members, as they seem to be selected in some special mode. I am sure that this is a quick fix (and I have a CD Book coming today) and obvious.
View 3 Replies
View Related
Jun 26, 2013
I am going through an architectural background, converted over from Revit. I have to go through and routinely burst the object, then qselect, choose what is not equal to bylayer, and change to bylayer.
I don't want to burst everything, making a monster out of the file, but going into every individual block to change the colors within the block to bylayer is also extremely time consuming.
Is there an easier way? maybe a wishlist item for ACAD 2014 to include objects within blocks, when using QSE?
View 6 Replies
View Related