AutoCAD Civil 3D :: Adding A Sub-assembly To An Assembly?
Jul 19, 2013
I have a finished corridor, but now I need to add marked points to label a few key grade breaks in my cross sections. When I attempt to add the marked points on some of my sub-assemblies it gives me the error that the sub-assembly is not part of the assembly. I can right click the sub-assemly and choose "Add to Assembly" but when I rebuild the corridor it strips all the sub-assembly data from my assembly and leaves me with essentially a null assembly for the range.
So I created the rail sub assembly everything looks great in sub assembly composer.
Start a new dwg data reference in the rail alignment, Note the rail alignment type is set to rail.
Create an assembly and under the Construction tab for the assembly the Assembly Type is set to Railway. Attach my custom sub assembly to this assembly.
Created a corridor and I get this error: Something wrong with current subassembly: Operation is not valid due to the current state of the object.
So I delete my sub assembly attach the Civil 3D Rail Single sub assembly. Re run corridor and everything works fine.
So I promote the alignment change type to centerline. Delete the Rail Single sub assembly put my rail sub assembly back. Rerun the corridor and everything works.
So then I undo everything up to the point of promoting the alignment.
Opened the base file changed the alignment type to centerline.
When I tried to synchronize the references I ended up a broken reference with the following error. Invalid reference. Synchronization failed
Not good we already have plan sheets cut.
where in sub assembly composer were do I define the sub assembly to be for Rail?
I've created an assembly from the solid bodies of a part. Is there a way to add more parts to that assembly from other solid bodies of the original part? If so what is the procedure?
I made the parts but cannot make the wire fit in the assembly.Is it best yo make the wire in an assembly mode then as a individual part to fix in the assembly.How would you make the wire and also so it connects correctly in assembly
I'm looking for the best way to create a separate assembly out of various component parts in an existing assembly so that the whole thing can be placed in an assembly as you would a part, I know it's possible to demote components within an assembly but are there any other methods similar / better ?
We have an iLogic assembly with to parts in it. Maybe to cylindrical parts. The iLogic rules should do the following.
1. Start a Rule after open document.
2. This Rule starts a Rule in the first cylindrical component.
3. This Rule ask the user for a diameter.
4. The assembly gives this new parameter value to the second component
5. Then the assembly calls another rule in the second component to change it with the new parameter
Everything is working fine when the following combinations are taking place:
1. I open up the assembly out of vault or from a local drive or an accessible server drive
2. I insert the assembly as sub assembly in another assembly from a local drive or an accessible server drive
It don't work with the following situation:
- I insert the assembly as sub assembly in another assembly out of vault
Then the user becomes the dialog "Choose a diameter" twice.
I don't know why, but I have the idea it has something to do with the functionality of inventor to insert a component more than once. If you insert a component in an assembly Inventor gives you the opportunity to add more than one occurence after each other.
change that behaviour? Maybe a switch to change that inventor "add more than one occurence" behaviour.
I have encountered a problem with the Tube and Pipe styles.
As you can see, I have a rack assembly with a custom tube and pipe style. A wire as a tube in orange, and a tube support in white. Both have their seperate colorations at a style in the tube and pipe styles editor
When placing the rack assembly into the main assembly, it reverts to the coppor coloration I changed from the original style.
Steps I've taken:
Exported the styles .xml and Imported the styles into the master tubeandpipe.iam
Imported the user created .xml styles into the main assembly file nothing seems to work
I am trying to find the interior volume of an assembly (when am I not?!?!) by subtracting the assembly from a block that surrounds the most of it. Somewhere the assembly has a "leak" and I have been trying to use the Cross Section Analysis to track down where the inside lump is connected to the outside lump to be subtracted. Is there a less time consuming way to dynamically drag a plane across and get cross sectional views?
Even better is there a simple way to animate the analysis plane moving across the block so I can hopefully just watch and pause it when I find a leak?
My assembly has grown (about 50 parts) to where I need to consolodate some parts into subassemblies for reuse and alternate iterations of the basic design.
When I import the original parts into a new assembly, all of the constrains I created are not there of course.
I've tried creating a new empty part and then deriving a new part from the assembly, but I can't add, delete or edit any parts.
I looked at using Shrinkwrap, Substitutes, iParts, Multi-body Parts, and Multiple Solids but I remain confused.
In retrospect, maybe I should have created the subassemblies between the part and assembly stage but I didn't.
I want to be able to control the location/position of a component in an assembly. This is easy enough through the iProperties/Occurrence tab and then adjust the location of the X,Y, and Z offsets. Is this possible using iLogic? I have been unable to find a function to access via iLogic. Ultimately I am trying to translate a component about an axis not a pattern.
I am trying to add an angle constraint to an assembly of a ladder design. I need for the ladder to be able to be set at an angle against a wall and not vertical. The ladder design is such that the base brackets are fixed to the ground and the rest of the ladder may move about the axis of the bolted connection at the base of the ladder. I cannot get the angle constraint on the ladder to allow this.
Inventor 2013 Release 2013 SP2 Product Design Suite Ultimate 2013 64-Bit Edition 64-bit HP Z400, Intel Xeon W3550 3.07GHz 12.0GB RAM, ATI FirePro V4800 (FireGL) Anthony Goodwin ~ Cad Manager/Senior Designer Autodesk Inventor Professional 2013 SP2 64-Bit Edition Windows 7 HP Z400, Intel Xeon W3550 3.07GHz 12.0GB RAM, ATI FirePro V4800 (FireGL)
I have a VB code that gets an instance of inventor. It creates a new assembly and then starts adding parts to it. The code works fine and is reliable but I am suprised by how slow the process is.. the process is as follows
'psuedo code...
do
myAssembly.ComponentDefinition.Occurrences.Add(my_component_file, my_position) 'add my next occurrence to the assembly
myOccurrence.Transformation = my_position ' move the occurrence to a new position in assembly space.
With myOccurrence.Definition 'go thru the occurrence and change its dimensions
ForEach p In.Parameters If p.Name = my_parameter_name Then p.Value = my_parameter_value Next EndWith
loop until my_last_component
...I notice that the green progress bar is frequently on with messages in the Inventor statusbar such as "Executing update component" and "Executing change component position".
I wonder is Inventor performing many read/write operations which is causing the slow performance? Perhaps it is updating files after each of my 3 operations in the loop... and if so is there a way i can achieve this faster such as delaying read/write until after all three operations have been performed or until all occurrences have been added?
I have a two part duct fire damper assembly. The IDW has the combined two part assembly, which I know how to turn the CoG on, so that it can be dimensioned. The problem is each piece will more than likely be hoisted separately so I would like to show the CoG for each piece, not the combined master assy.is there a way to do this?
Inventor 2014 Windows 7 Pro SP1 Intel(R) Core(TM) i7-3770k CPU @ 3.50GHz 16GB RAM NVIDIA Quadro 4000 3D Connexion SpaceMouse Pro
I am trying to add instances of an ipart to an assembly automatically from an excel file and need to be able to specify the occurrence x, y, and z positions. Since the Inventor version is so old I have not been able to find the proper documentation.
I would like to see if there is a routine that allows my iLogic code to detect if my assembly contains another assembly within it. If my assebly contains assemblies then I don't want "MyRule" to run. Else if it does then I want "MyRule" to run.
I'm not sure if there's a way to stop this, but whenever I add parts to an assembly and switch to the drawing of the assembly, the hidden lines for those parts show up in every view of the assembly. Right now I'm having to go to each view and select the hide hidden lines option for each part. Is it possible to stop the hidden lines from showing up everytime I add a part?
Inventor Professional 2013 Intel Xeon W3680 @ 3.33Ghz 12GB DDR3 RAM NVIDIA Quadro 2000 GPU Windows 7 Professinal 64-bit
There are been a few posts about transitions this week, so here is a simple little sub assembly (provided "As Is") that might work. It was build with Sub Assembly Composer 2014. The way it works it to calculate a number at a station based on a start and end value, a transition type and the station (chainage) value in relationship to the start and end points of the region. It has X transition types: Linear, Parabolic Out (rate of change increases) Parabolic In (rate of change decreases), Reverse parabolic (back to back), Bay Taper (from Caltrans this is a three part transition made of 2 parabolas and a linear section), Cubic Out and Cubic In.
The way it works is you insert the subassembly before a subassembly that you need to transition. You set up the start and end values and the type of transition to make. Then in the following subassembly you reference the value that is returned. For slopes, you'll have to input the values in decimal (4:1 = 0.25)
I've attached a drawing as well that shows a bay taper of a road from 12 to 24 over 120 and a daylight that goes from 1:1 to 4:1 and back around a curve (3 regions)
I'm in the process of building a subassembly in SAC. My goal is to have it transition from one cross section to another over a set length (by using station values). I can set it up so that at a certain station it switches cross sections, but I need to have a gradual change.
I've looked at other posts on here, but they all relate to road cross sections and changing slope (at least from what I saw). Any insight as to the proper way to do this (maybe with Auxiliary points and links)
I'm not getting the design levels of assembly, just major offset and elevation, how can i get all design levels from where my assembly is changing and where it is matching to the existing surface, is there any band problem or anything else, im sending the view that how i'm getting my cross section and also i want to know that how can i control text size because it is too big for sections.
A way to edit the stock Sub Assemblies provided by Autodesk?? I noticed they are compiled into a dll, therefore there is not a way to open them as a pkt that I am aware of. My intention is not to get rid of what Autodesk has provided but to add on to them.
Many times I have been asked "This sub assembly is great but can it do this?" of course it is the one thing that particular sub assembly can't do. For instance, the Varying Width sub assembly can't extend the top layer while having the sub base layers go in a negative direction.
1. Attached is a file , when opened show two viewports. the plan view look OK , but the ortho on the right show a corridor not near elev. Of the the alignment and the surface is missing ( I cannot get to the object viewer to show me the model setting) .
Am I in big trouble and had to create a surface again?
2. The end of this corridor you have lines all over the place , I probably need to create a corridor surface , correct?
3. Why is the alignment so far from the corridor model?
I have created a corridor of an exit ramp. Part way through the corridor, the left side slope isn't generated.
The subgrade doesn't exist. In the Sideslope to no side slope.png image that the corridor has a side slope and ditch at 10+600. Also in the 10+600.png image. But at 10+610 there is no side slope. There is OG surface out far enough, but it seems that in the 10+610.png image that there isn't enough OG surface. Orignally there was survey data missing in this area and it was added after the fact to the OG surface. Why doesn't the corridor recognize it, if that is the case. I have updated and syncronized the heck out of everything, but it still doesn't seem to work.
I should point out that this is in meters (the cross sections are 10m apart) and that it is the same Assembly being used for this area. Also all targets are consistant through this area as well.