AutoCAD Civil 3D :: Assigning Pay Items To Multiple Objects?
Feb 20, 2012
I can not remember how you do this QTO seems to only let you pick one object at a time surely there.
is a faster way crossing windows does not seem to work within the command.
View 2 Replies
ADVERTISEMENT
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
Mar 29, 2012
the issue is when i try to publish multiple dwg files which containing civil 3d objects including data ref to pdf it won't do it other whatever drawing is currently open.i kinda can see why. because the data ref reading is not programmed in when "invisibly" opening the cad files. xref are autocad native and it works.
so no warnings or anything. just publish the first one and told me it's done. i've seen this years ago when first started using civil 3d but then i just never complained here.
is there a solution for this? what i did before was obviously open each drawing. then publish, huge waste of time. making me hate my job because of repetative tasks. i almost always try to automate.
yesterday made a program to make one surface for each csv file there was hundres of them and basically 2 hour programming and 1 minute to process the files once got the program working.can read subfolders to find csv file too.
Civil 3D 2012
Work: Xeon W3503, 12GB, Quadro 2000, Dell P2211H x 2
Home: 3930k, 12GB, GTX 590, U3011, QX2710
View 1 Replies
View Related
Jul 22, 2011
I used to use a really nice VBA routine for assigning a page setup to multiple layouts, but now I need something that will work for 2011 and up.
View 1 Replies
View Related
Dec 14, 2012
Can I create a pipe network from multiple objects?
For example, I have 10 feature lines that I want to use to create one pipe network. Instead of creating 10 pipe networks one at a time, can I create one pipe network all at once?
View 4 Replies
View Related
Oct 27, 2011
What is the best way to assign different colors to different objects types (e.g. columns, and beams) or different colors to the same object type (e.g. columns) in a model?
View 1 Replies
View Related
Jun 19, 2012
I have projected objects to multiple section views (ProjectObjectsToMultiSect) but now I want to remove them all. How do I remove all of the projected objects?
I can select an individual section view and go to the Projections tab in the Section View Properties and uncheck the projections, but how do I do this for all the views at once.
View 1 Replies
View Related
Mar 1, 2013
I need to scale up about 300 circles (manholes) but i need to hold the center point of each manhole. is there a command for this so i don't have to scale each individual circle?
View 6 Replies
View Related
Sep 25, 2012
I love the area command how you can pick multiple objects and they highlight and adds the total. I was wondering is there a way to do that same concept but with multiple objects and total it to acreage?
View 9 Replies
View Related
Feb 14, 2013
I have numerous text objects I want to rotate 180 while retaining each text objects insertion point. There's got to be an easy way to do this.
Long explanation: I created an annotation template to label pipe diameters on an imported shapefile. Everythings good, labels are parallel with lines, except for the fact that some labels are upside down. Is there an expression that would eliminate this? In my annotation template, my rotation expression equals the "angle" field of the object. My "quick and dirty" fix was to burst the annoation labels, and manually rotate necessary text, which wasn't a huge headache since I'm dealing with a relatively small number of labels, but in the future I might have hundreds of upside down labels.
View 3 Replies
View Related
Mar 28, 2012
Specifically to Subassembly.LinkWidthAndSlope / I only have Top or Datum options for that sub and if I assign either one in the code set it seems to overwrite all the other subassembly materials such as asphalt, curbs etc...with none set my realisic view has a gap between the back of curb and slope to existing.
Civil 3D 2012 SP1 on Win 7 64-bit SP1
Intel i7-2600kcpu @ 3.4ghz 16mb ram
ATI FirePro V4800
View 3 Replies
View Related
May 8, 2013
If I have a drawing scale set up as 1"=30' and I created some profiles at that scale, and then I need to create a profile at 1"=40' horiz and 1"=4' vert., what is the best way to do that? I believe in the past I tried changing the drawing scale under settings to 1"=40' one time and all of the profiles in the drawing changed to that same scale even though they were drawn at 1"=30', which I want to stay that way.
I think I can leave the drawing settings to 1"=30 and then just assign the scale in the viewport to 1"=40', but then all of the text sizes in the profile view style will adjust according to the scale I use, which will either increase or decrease according to the scale I pick. I would like to keep the profile view style consistent no matter what scale I pick.
View 5 Replies
View Related
Nov 21, 2013
I want to programmatically assign Targets to subassembly of baseline Regions but I could not Success in that here it is the code
Corridor corridor = ts.GetObject(icor.ObjectId, OpenMode.ForWrite) as Corridor; foreach (Baseline b in corridor.Baselines) { al = ts.GetObject(b.AlignmentId, OpenMode.ForWrite) as Alignment; foreach (BaselineRegion br in b.BaselineRegions) { double st = [code]........
View 2 Replies
View Related
Jul 21, 2006
No matter what command i try in autocad (move, erase, copy, etc)..i can only select one item at a time. When i choose one item it goes dashed (as they normally do), but when i click the second item the first one i chose goes back to solid and if i press return only the second item i selected if affected. Similarly if i choose 3 items , it forgets the first two and only keeps the third one.. Is this an Autocad options thing or a windows Mouse thing?
View 8 Replies
View Related
Aug 7, 2012
Is it possible to use a custom properties within part builder to calculate pipe sizes?
Within part builder I have created a new parametric part under the rectangular pipe chapter.
This new parametric will represent a electrical conduit ductbank that will vary in size depending on the number of conduits in the ductbank. For example a 2 x 3 ductbank would have 2 columns and 3 rows of a 3" conduit. So the width and height of the rectangualr duct bank would be calculated this configuration. I will have up to 12 rows and coluimns in a single ductbank, so I might have a 10x10, 3x12, 12x 1, etc.
I have a custom pipes catalog and within the AeccPartParamCfg.xml I have created 2 custom propertes named ROWS & COLUMNS.
My question is can this custom property be used to calculate the the height & width on the rectangular pipe within part builder? Once I draw my pipe I would like the ability to edit ROWS & COLUMNS within the Pipes Properties to change its size. is this possible? See image below.
View 3 Replies
View Related
Jun 15, 2009
I'm trying to import a GPS coordinate file where our Surveyor has used both Points Names (Alpha-Numeric) and Point Numbers. see below. I have setup a Point File Format for Pname, North, East, Elev and RAW Description, to import this comma separated point file. The problem is that Civil 3D does not want to seem to use a numeric point name as a Point Number, instead the number is used as a Point name and Civil 3D assigns a Point number from the next availible point number. Is it possible to automatically, when the Point Name is a numer only to also assign it the same value as the Point Names?
I would really want Civil 3D to allow users to use Both, Point Names without assigning a Point number.
CP73,621590.855,846017.619,13.87,10
CP499,620699.227,845545.947,14.21,10
7738,621525.744,846624.727,15.1,10
CHK7737,621860.59,845594.224,14.611,10
8530,621051.442,844635.981,7.39,93
8531,621055.237,844586.744,7.068,93
8532,621054.167,844531.929,6.929
View 9 Replies
View Related
Nov 27, 2012
Is there any way that Autocad can have multiple items placed on the clipboard for insertion use like the Microsoft Office Word program has (up to 24 inputs). This would be a good feature to allow going to one file, copying what you need and then switching to your current drawing file and placing them as needed.
View 2 Replies
View Related
Jan 15, 2010
Suddenly I can only select one item at a time. If I move onto another item, the first one de-selects. I haven't knowingly made any changes. What has happened and how to put it right? I can select multiple items via 'click and drag', but only within one drag - another drag then de-selects the first drag again.
View 9 Replies
View Related
Jul 9, 2012
Here's my assembly :
and
when I tried to assign the Median Width in my corridor to a polyline representing media width,
I got this overlap in my Section view :
how can I maintain Objects in this cause "Lanes" attached to median no matter width change ?
Sony VPCCW26FA
Intel Core i5 M 520 @ 2.40GHz
8192MB RAM
NVIDIA GeForce GT 330M 512MB Dedicated
View 1 Replies
View Related
Sep 11, 2013
I have a surface made by a wide array of points and a line of points that i need to use that surface to assign elevations to ..
View 3 Replies
View Related
Jan 9, 2012
A quick way to add a single column to multiple items in the Content Center? The column would be the same across the board, and I really don't want to edit several hundred family tables one at a time if I don't have to.
View 2 Replies
View Related
Apr 15, 2013
I need to quickly obtain a count of all entities on a layer, or preferably multiple layers. In this instance all the entities will be hatches so that should make it a bit easier.
I'm aware I can use quickselect but if there was a routine that would select all hatch entities on screen (multiple layers) and provide a count per layer that would be much quicker.
View 4 Replies
View Related
Mar 14, 2013
How do I select multiple items without having to hold down the shift key in ACLT 2013? I didn't have this problem in 2010.
View 3 Replies
View Related
Nov 27, 2012
is there any way that Autocad can have multiple items placed on the clipboard for insertion use like the Microsoft Office Word programme has (up to 24 inputs). This would be a good feature to allow going to one file, copying what you need and then switching to your current drawing file and placing them as needed
View 6 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
Apr 10, 2014
Any way to automatically fill a blank document with placed items making it multiple up?
A simple example would be a business card that I designed in InDesign. I have the margins, document size and bleed edges set, I would like to place them multiple up on various sizes to see what size would hold the most to trim. 8up typically go on a letter sized document etc. But now many could I fit on 12"x18", etc.
What I am trying to accomplish not having to align each one manually which is slowing my work flow down. Plus when customers have odd sized documents they want cut and padded etc, having the abilitiy for the software to automatically place items that are all alligned by their trim edges would save a lot of proofing and re laying items out.
The idea comes from my Silouette Cameo personal cutting plotter. The software lets you fill the cut area with a design and it is filled equally.
There has to be a way commercial users can do this with out figuring all the math?
View 1 Replies
View Related
Oct 22, 2013
Using CS5.When I try to move any object by selecting and then trying to drag, it won't let me. It allows me to drag while selected maybe half an inch before not moving anymore, and then snaps back to the original position anyway. I CAN move by using transform - move, or selecting and using arrow keys. When I restart my computer everything seems fine, but then it soon gives me this same problem.
Also, when I'm having the object moving issue I also have problems with dropdown menus. For example when printing, I can see the list of printers, but clicking them has no effect. Another example is the Preferences menu box, clicking "Type" or "Units" has no effect.
View 13 Replies
View Related
Jan 16, 2013
Is there a way to resize multiple items of different sizes all at once? Say I have five boxes measuring 1", 2", 3", 4" and 5" but i want them all to measure 6", is there a way to resize them all at once?
Mac OS X 10.7.5
Illustrator 16.0.0
View 8 Replies
View Related
Apr 28, 2013
I am using a MacBook laptop without external mouse and on Maya 2013 I could select multiple outliner items with the CMD + ALT keys. Since Maya 2014, this does not work anymore. how I can multi-select ? (I am not talking about the SHIFT key because my items are not contiguous).
View 8 Replies
View Related
Apr 23, 2013
How can I get width that multiple selected items? (Not grouped.)
//---------- source code ----------
var mm = 2.83464566929134 //unit conversion. (point->milimeter)
var W = docRef.selection[0].width/mm;
alert(W);
//---------- source code ----------
View 3 Replies
View Related
Sep 27, 2013
I have script where I select items on multiple artboard but I can't seem to get get active art board of the selected item. Is this possible?
each artboard has a text item and I would like them in the same position on each of their own artboards that they are already one. right now it adjusts them all to one artboard. here is what I have so far
doc = app.activeDocument;
for(i = 0; i < selection.length; i++){
var firstItemPosition = doc.selection[0].position;
doc.selection[i].position = firstItemPosition;
var activeArtboardIndex = doc.artboards.getActiveArtboardIndex();
alert(activeArtboardIndex);
}
View 10 Replies
View Related