AutoCAD Civil 3D :: How To Change Sequence Of Input / Output Parameter In Subassembly
Nov 28, 2013
I hope Autodesk can have a easier way to edit the "input/output parameter" sequence. Today I found I cannot even delete a parameter. Whenever I want to delete a parameter, SAC just frozen.
View 2 Replies
ADVERTISEMENT
Sep 24, 2013
Is there a better an easier way to change the order of input/output parameters in the subassembly that i've created in SAC 2013 than the one where you have to go into a XML-file in the PKT archive file?
I've created my subassembly and I want to control the order of parameters to have a flow similar to the actual workflow.
View 3 Replies
View Related
Mar 13, 2012
When I created my subassembly with subassembly composer, it's difficult to change the sequency of the input/output parameters. Do we have an easy way to do that, Like moving?
View 4 Replies
View Related
Jan 12, 2014
Is it possible to create subassembly from C3D Stock Subassemblies.dll programmatically using .NET? I need call procedure (Basic Lane for example), set all input parameters and create subassembly in drawing.
View 7 Replies
View Related
Jul 19, 2012
Attached is a shoulder sub I am trying to complete.
My sticking point is defining the "slope", which I want to be an input parameter, from P6 to P7.
L7 needs to tie to this slope while maintaining the superelevation.
Windows 7 Pro x64
Civil 3D 2014 HF1
Dell Precision T1650
i7 3770
NVIDIA Quadro 2000
SSD Boot
16 GB Ram
View 6 Replies
View Related
Oct 17, 2013
I've created a simple cutdown kerb in Subassembly Composer 2013. I can't add Point, Link or Shape Codes & get the error message " The code (Flange for example) is not a valid input parameter or variable.
View 1 Replies
View Related
Dec 13, 2013
I added two output parameters in my custom SA. I no longer want them in there. But I can't find a way to delete them.
View 2 Replies
View Related
May 12, 2013
Is there a way to change programmatically parameters of applied subassembly?
View 1 Replies
View Related
Sep 5, 2013
In my head assembly I have a subassembly that has derived parts from my skeleton. My skeleton (part ending with skt in the picture) is in the subassembly.
In this subassembly I made a view representation: NoSKT..When this is activated the skeleton is hided (see picture).If I now make a pattern of this subassembly in my head assembly with for example a parameter from my embedded excel or a parameter in inventor "quantity = 2" inventor will add 1 element with the same view representation. Still no problem.
The problem is now when I change the parameter. If I change the quantity to for example 3, the view representation of the third element is gone and the skeleton will become visible.I have many parts like this in my head assembly and quite a lot of patterns. Which means a lot of skeletons become visible. Is there a way to stop this from happening?
View 2 Replies
View Related
Nov 12, 2013
When I use ImportSubassembly API to import my subassembly created by Autodesk Subassembly Composer into my civil project, it reports error-"eFilerError".
the code like this:
atcFile = @"D:9f92eaa4ef514ac982518852e1169932.atc";
itemId = "ab660722-c69d-4ade-b373-0e9f99c94e55";
SubassemblyCollection subassemblyCollection = cDoc.SubassemblyCollection;
ObjectId subassemblyId = subassemblyCollection.ImportSubassembly("TestSubassembly", atcFile, itemId, this.doc.Editor.GetPoint("Select import subAssembly location").Value);
However, it is OK if to import subassembly provided by Cilvil 3D.
View 9 Replies
View Related
Jul 22, 2013
I'm having a real problem with a part I'm trying to develop:
I'm attempting to have a single timber part that has several draft face features within it, so I can control the bevelsa on the part with iLogic at a later date. The problem I'm having is that when the "running bevel" changes direction it throws out the bevels on the ends. (I've attached the file, it's very difficult to put into words.
But basically: When the running bevel is "forward" the end bevel measures 20degrees (as it should) When I flip the running bevel to "backwards" the same end bevel now measure 19.7degrees while the input parameter still says 20.
View 6 Replies
View Related
Mar 1, 2012
Is it possible to edit a video, and have the output format, frame rate, etc r3epeat the input? So edit scenes etc, but not alter the quality from input.
View 8 Replies
View Related
Apr 7, 2013
We all know AE can render a layered PSD image, but is there a way to output a layered PSD image sequence? Maybe a script? How about multi-layer EXRs?
View 8 Replies
View Related
Jun 12, 2012
I set up a sequence that is HD, but I have source material that is 2K (2560x1440). When I try to insert or overwrite said source clip to the sequence, it should insert and automatically add a resize node. Instead, it changes the sequence size to match the source size. Bug?
Also, I can't seem to find a way to resize the output of my connectFX node to match the sequence size. For example, lets say I want to comp a bunch of shots that are 2K in action, and then output an HD sequence matching my sequence size. How is this done? I have changed the comp size in action and linked that to the connectfx node, but it just puts the smaller comp size in a black box which is the size of the source material (in this case, 2K).
View 9 Replies
View Related
Jan 3, 2013
I am trying to publish to the CC a guide rail. The vendor of the rail gives me the option of entering the desired length of the rail. After that he gives me the option to choose between the length that I entered and a shorter and longer standard length witch can be delivered faster.
I want to do the same thing with my published part, but I cannot make a key parameter to change depending on the entered custom parameter. I want the user to make the next steps when inserting from the CC: 1- select the size of the rail; 2-select the type of the rail; 3- enter the desired length of the rail; 4- choose between the desired length and the 2 recommended lengths (I need these 3 lengths to be shown)
Is this possible?
View 9 Replies
View Related
Jul 8, 2013
I have a spreadsheet and iLogic driven mater assy to generate different iterations.
I would like to change the scale of a base view on a drawing based on a parameter in my assembly. The idea is to get iLogic to change the view using a simple If / Else statement.
This is what I tried:
If Parameter("0 Generic Assembly v2.2.iam.BP") < 1570 Then
ActiveSheet.View("VIEW1").Scale = 1/8
Else
ActiveSheet.View("VIEW1").Scale = 1/10
EndIf
So basically the value of "BP" parameter (excel parameter in my assy) would drive the scale of the views. But its not working. Is it actually a sensible method? Can I use in the drawing environment the excel parameters in my assembly?
This is the error message I get when the rule is run:
"Error in rule: View Scale, in document: 0 Generic Assembly v2.2.idw
Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))"
Also using the same thinking I use iLogic to populate the drg number field on the drawing based on an excel parameter. The rule works but does not always updates the drawing no upon the parameter change or update/rebuild commands.
View 1 Replies
View Related
Jul 31, 2013
I've tried this code here after setting the assembly flexible in the top level but it doesn't work.
ThisApplication.ActiveDocument.ComponentDefinition?.RepresentationsManager.PositionalRepresentations(?"Test").Activate
I will be pulling the subassemblies in as read-only parts and I would like to change the positional representation with code in the top level assembly.
View 5 Replies
View Related
Sep 16, 2011
I am working in AutoCAD Civil 3D 2010. I have put together a 11x17 mapset which has 30 pages. Each page has a title block with a corresponding page number. Instead of changing each title block page number one at a time, how do I change the number sequence all at once?
View 0 Replies
View Related
Sep 27, 2013
(in Inventor Pro 2014,64 bit):
I've made an stairs assembly that contains adaptive parts that are all controlled by the assembly parameters.
Here is my assembly and the controlling parameters. The stringers on the side are made with the frame generator and use the "extend" feature to get the appropriate length, as driven by the parameters. The reason I used frame generator is so that I can easily change sizes of the stringers down the road, if needed. I chose to make the parts associative so I could control all of the parameters from within the assembly instead of opening each part separately.
My goal now is to be able to use this assembly (or something similar) as a template to create new sets of stairs, all to be placed in the same main assembly.
I attempted to duplicate all of the parts (append a "2" at the end of each file name and replace components in the new set of stairs with the 2nd version) but ran into problems with the two stringers. I can't figure out what to do to get the Frame00001 and Skeleton00001 to reassociate to Frame00002 and Skeleton00002. So any time I change my slope, the original stairs will end up trying to copy the new stringers instead of keeping the old ones.
how can I make this assembly reference a new frame, and secondly?
View 2 Replies
View Related
Mar 23, 2011
How I can change the sequence in my propertieswindow?
I give in my parameters and wich parameter I put in first comes on top of the properties list. If I delete the parameter that is first on the list and I put it in again it joins the list at the botom.
Now I want to control the sequence of the properties window so I can have it for al blocks the same. that makes it easier to use.
Like in the picture that you can find in the attachment. I want to put elements on top of the list so I can choose The elements (with visibility) first and then I want to put in the width and height.
View 8 Replies
View Related
Dec 9, 2011
How to change the attribut order in the question sequence.
View 6 Replies
View Related
Jun 4, 2012
dynamic input.jpg
A while ago my dynamic input method went from aligned to some sort of midpoint angled method. Not even really sure. What this is / how to change the input method?
View 5 Replies
View Related
Jul 24, 2013
How can I create a subassembly..AND hot to add a Pave 3 option or another subbase depth.
View 9 Replies
View Related
Nov 18, 2013
We are trying to edit a small portion of an existing corridor by adding a generic daylighting subassembly. The add subassembly tool in the Corridor Section editor works, but we get an error because the new sub doesn't have a target surface specified. how to add a target for a sub that is added after the corridor was created?
Civil 3D 2012 & 2013 & 2014
Toshiba Qosmio X505-Q890
2 x i7 - Q740 quad core CPU's
8GB of RAM
60GB SSD + 500GB HDD
NVidia GeForce GTS 360M - driver 8.17.13.0697
Win 7 Home Premium
View 9 Replies
View Related
Aug 28, 2012
I need to transition to one subassebly to another. The first subassembly is at existing ground the other assembly is above ground. See following picture:
I need to transition from station 12+50 to 13+50. See following picture:
Here is a picture of the Corridor Properties:
Do I need to make a different subassembly in between the two stations? Is there a command I am not seeing that does it for me?
View 9 Replies
View Related
Aug 15, 2013
I know this sounds like a really stupid question. Where is the subassembly composer? We have Civil3D 2013, and my understanding was that the subassembly composer was supposed to automatically install in 2013 as opposed to previous years when you had to download it from the Subscription Center.
C3D 2013
64-bit
View 4 Replies
View Related
Jul 30, 2013
my subassembly always is placed going to the right....
(The sub is avery basic sub.... 4 points .... 1 variable.. no targets.)
Civil 3D (2013)
View 4 Replies
View Related
Jan 6, 2013
I want to know green area on subassembly.
I attach screenshot.
magenta color line is grass.
How can I express grass on subassembly?
View 2 Replies
View Related
Mar 1, 2013
I have a project where I am removing existing asphalt pavement and overlaying new pavement. I am changing the existing profile and cross-slope to tie-in to the existing profile and cross-slope. know of a mill and overlay subassembly that will allow you to tie the edge to a profile or feature line?
View 9 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
Jul 23, 2013
How to use the superelevation. I read that I have to enter this command:
if((Side=Left)AND(SE.HasLeftLO), SE.LeftLO,
if((Side=Right)AND(SE.HasRightLO), SE.RightLO,
CType(slope,Double)))
but I don't know where, and I just want to create a simple assembly with a slope and delta X and having a lane outside superelevation for the both side.
View 2 Replies
View Related