AutoCAD Civil 3D :: Cannot Find Wrapper Assembly

Jul 13, 2011

C3D 2011. 64 bit. sp1 and sp2 installed
windows 7 enterprise 64
csharp 2010 express

no problems referencing managed dot net libraries; already developed some working solutions..now I need to reference the COM libraries..when I try to reference the AEC Base 6.5 Application Library (program files ........ aecxuibase65.tlb) the response is error: cannot find wrapper assembly.I have tried:

1 - the registry edit from the api training session

2 - downloading the object arx sdk and referencing x64 dll's from there

View 9 Replies


ADVERTISEMENT

AutoCAD Inventor :: Find Interior Volume Of Assembly By Subtracting Assembly From Block

Apr 23, 2012

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?

Inventor 2013 (SP2 Update 2), Windows 7 Professional (64-bit), SP1, Intel Xeon 3.07GHz CPU, 12GB RAM, NVIDIA Quadro 2000, Vault Basic 2013

View 2 Replies View Related

AutoCAD .NET :: Custom Drawable Wrapper?

Jan 18, 2013

I have a custom AcGiDrawable entity that I want to wrap in .Net. All this is done and compiles fine but when I try to instance the object I get the message "Cannot create an instance of the abstract class or interface '....'.

I have several custom entities (derived from AcDbEntity and AcDbObject) that aren't a problem, but for this one, problems arise.

#pragma once#include "mgdinterop.h"#include "..InForm.DbxReferenceIndicator.h"using namespace System;using namespace Autodesk::AutoCAD::DatabaseServices;using namespace Autodesk::AutoCAD::Runtime;using namespace Autodesk::AutoCAD::Geometry;using namespace Autodesk::AutoCAD::GraphicsInterface;using namespace Autodesk::AutoCAD::GraphicsSystem;using namespace inform::dbx;namespace aag = Autodesk::AutoCAD::GraphicsInterface;namespace gs = Autodesk::AutoCAD::GraphicsSystem;namespace InForm.
[code]...

View 1 Replies View Related

AutoCAD Civil 3D :: Creating A Rail Sub Assembly In Sub Assembly Composer 2013

Jul 11, 2013

I thought I created a rail sub assembly.

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? 

View 2 Replies View Related

AutoCAD .NET :: Unable To Find Assembly?

Feb 17, 2012

I have a dll which shows simple dialog, which in its constructor reads from a file located in the same folder as the dll, to populate some of the controls in the form, like combo boxes. The assembly works perfectly at local pc, but when I take release copy of the dll and the file at work, I cannot read from the file.

I am able to load the dll with the Netload, but when i start the command it shows - "Unable to find assembly 'Pressurized Pipes, Version=1.0.0.0, Culture=neutral, PublicKey Token=null'. And when I click OK button shows second dialog saying "Unhandled exception has occurred in a component in your application. If you continue, the application will ignore this error and attempt to continue. Invalid Argument=Value of '0' is not  valid for 'SelectedIndex'. Parameter name: SelectedIndex.

Details:

See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text ************** System.ArgumentOutOfRangeException: InvalidArgument=Value of '0' is not valid for 'SelectedIndex'. Parameter name: SelectedIndex at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value) at Plumbing_Pipes.Pressurized_Pipes_Form.populatePipeTypeComboBox() at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

It seems to me that I am not able to Deserialize the file and read from the list in the file, which list I use to populate the combobox.

I am using just the name of the file to deserialize it, assuming that the dll will look in the folder where the dll is located.

View 6 Replies View Related

AutoCAD Inventor :: Find Part In Assembly From BOM

Nov 25, 2013

I've created a BOM of parts from a large assembly and it has an item just listed as pt.1.

View 9 Replies View Related

AutoCAD Inventor :: Find Volume Of Parts In An Assembly?

Oct 2, 2013

How do i find the volume of the parts in an assembly?

View 9 Replies View Related

AutoCAD Inventor :: How To Find A Corrupt Ipt Within A Large Ish Assembly

Jul 4, 2012

I have an assembly that has both downloaded parts and self created parts.

The problem I have is that if I isolate and then later undo isolate, Inventor will appear to freeze.  If left for may be 40 mins or so the undo isolate action will have completed.  The progress bar (bottom right hand corner) will freeze on a particular component (I think - the numbers by the side of the progress bar no longer count).

There are maybe 70-80 parts within the assembly and there are no showing errors. Is it possible to identify the 'corrupt' component? So I can replace it.

Computer:- HPz210 16Gb ATI FirePro 5800
 
Snap! Snap! I've Finally Cracked!
---=//////////=---
HP z210 16Gb ATI FirePro5800
Autodesk Produst design Suite 2012

View 9 Replies View Related

AutoCAD Inventor :: How To Find Parts That Start With S In Assembly Using VBA

Sep 3, 2013

how to find parts that start with an "S" in an assembly using vba and show it in the msg box?

View 3 Replies View Related

AutoCAD Inventor :: Using FindUsingPoint To Find Assembly Occurrences

Sep 30, 2013

I'm using FindUsingPoint to find Assembly Occurrences
 
Inventor.SelectionFilterEnum[] filter;filter = new Inventor.SelectionFilterEnum[1] { Inventor.SelectionFilterEnum.kAssemblyOccurrenceFilter };Inventor.AssemblyDocument activeEditAsmDoc;activeEditAsmDoc = (Inventor.AssemblyDocument)inventorapp.ActiveEditDocument;
Inventor.AssemblyComponentDefinition oAsmDef;oAsmDef = activeEditAsmDoc.ComponentDefinition;Inventor.ObjectsEnumerator istDaWas;istDaWas = oAsmDef.FindUsingPoint(oBias2, ref filter, suchRadius, false);

Works fine within a top level Assembly (ActiveDocument == ActiveEditDocument).

While in-place editing a sub assembly calling this code FindUsingPoint throws an "ArgumentException".

(oBias2 and suchRadius are tested)

View 2 Replies View Related

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.

View 4 Replies View Related

AutoCAD Inventor :: Find Excluded Component Patterns In Assembly

Mar 12, 2013

I have an i assembly with some lengthy and unique ilogic to control what parts are included / excluded based on user inputs in a form.  To begin, the program includes all components, and then excludes the ones that aren't needed.  This is basically, briefly what the first part of that looks like:

For Each oCompOcc In oCompDef.Occurrences
i=i+1
'Include all currently excluded components
If oCompOcc.Excluded=True Then
oAssObj=oCompDef.Occurrences.Item(i)
oDoc.SelectSet.Select(oAssObj)
ThisApplication.CommandManager.ControlDefinitions.Item("ExcludeCtxCmd").Execute()InventorVb.DocumentUpdate()
Else
End If
Next
InventorVb.DocumentUpdate()

So this works just fine, mostly.  I run into an issue with the component occurrences that are within patterns (I have 2 patterns - 1 circular and 1 rectangular).  This code will "Include" all occurrences inside an "Excluded" pattern, but the pattern itself remains "Excluded".  In other words, in the browser, the pattern name appears greyed out and crossed out, but all the elements and the components within them appear "alive", so to speak.  But the BOM indicates a Qty. of ZERO for these components since the pattern that.

I can toggle include / exclude of patterns using the same method:

oDoc.SelectSet.Select(oPattern)
ThisApplication.CommandManager.ControlDefinitions.Item("ExcludeCtxCmd").Execute()

But it seems I can't identify which patterns are excluded to start with, like:

If oPattern.Excluded=True Then...

I get an error when I try this.  Is there a way around it?  How can I find and select excluded component patterns in order to toggle them to "Include"?

View 2 Replies View Related

AutoCAD Inventor :: Can't Find Content Center Items In Assembly

Mar 20, 2012

When my colleague opens one of my assembly's which has content center items in it his inventor cannot find them and vice versa. I am assuming my content center items are coming from my hard drive and not a server from the same place as him. How do you set it up so both our computers take content items from the same location?

View 2 Replies View Related

AutoCAD Inventor :: How To Find Cross Section Details In Assembly Level

Jun 27, 2012

How to find the cross section details like area and movement of inertia  at particular cross section

in( solid works there is a direct option select the section and select the face and click on the calculate automatically gives the are and movement of inertia etc in part and sassy level also) but in inventor in part level its possible but in an assembly level.

View 7 Replies View Related

AutoCAD Inventor :: Find Mass Of A Part At Its Part And Assembly Level

Jul 1, 2013

I have an assembly with 10 parts in it. We use many assembly features at the assembly level (Revolve cut, Extrusion cut..etc). How to find the mass difference of each part by comparing at its parts level and its assembly level.

View 1 Replies View Related

AutoCAD Inventor :: Find Part Which Is Inside Another Part Or Assembly?

Aug 20, 2013

If I want to find part which is inside another part or assembly, which means no matter how I turn camera, I always cannot see that part.

Does inventor has this function? Or is it possible to develope by .NET API?

View 4 Replies View Related

AutoCAD Civil 3D :: Transitions With Sub Assembly

Sep 13, 2013

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)

Autodesk, Inc.

View 1 Replies View Related

AutoCAD Civil 3D :: LaneInsideSuper For Assembly

Jan 3, 2014

I need to use LaneInsideSuper for my assembly, but I could not find it in the palettes of Civil 3D 2013.

It does show in the palettes of Civil 3D 2011. I was wondering if there is a way to copy that subassembly from 2011 to 2013?

View 2 Replies View Related

AutoCAD Civil 3D :: Find / Replace In Mleader?

Aug 16, 2012

I need to replace some text in a bunch of mleaders but the find/replace doesn't seem to work.

c3d2012.
Dell Studio XPS 9100
Intel Core i7 CPU 930 @ 2.8GHz
12GB Ram
64 bit
C3D 2012 SP3.0

View 4 Replies View Related

AutoCAD Civil 3D :: Find Layer Within Style

Aug 18, 2013

A quick way to find a layer within a style. I have been changing layers in our Code Sets and I can't seem to purge out a specific layer.

View 5 Replies View Related

AutoCAD Civil 3D :: Corridor And Assembly Daylight

Nov 14, 2013

I am creating a corridor with a simple assembly. On my assembly, I have basic lane and daylight Multiple surface. My target is existing ground.

View 9 Replies View Related

AutoCAD Civil 3D :: Add Different Assembly Types Along Same Corridor

Oct 17, 2012

I want to add different assemblies (some with walls or ditches) along the same corridor at given stations

Can that be done?

View 4 Replies View Related

AutoCAD Civil 3D :: Gradual Change From One Assembly To The Next - SAC

Nov 1, 2013

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)

View 3 Replies View Related

AutoCAD Civil 3D :: Not Getting Design Levels Of Assembly

Dec 12, 2013

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.

View 6 Replies View Related

AutoCAD Civil 3D :: Custom Sub-assembly Codes

Jul 21, 2013

custom sub-assembly codes,I have gone through the list of codes that is given in the code list.

1. How do I add new code, should I just add with the new index at the end

2. What all things I need to update so correct feature line is picked, etc

3. Any c# example of building a sub-assembly using .net.

View 2 Replies View Related

AutoCAD Civil 3D :: How To Add Assembly In Tool Palettes

Sep 2, 2012

i install autocad civil 3d 2012,but in tool palette i did not find assembly . how can i add it?

View 4 Replies View Related

AutoCAD Civil 3D :: Sub Assembly Composer Editing

Jul 13, 2011

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.

View 9 Replies View Related

AutoCAD Civil 3D :: Corridor - 1st Assembly Insertion At 0+00

Sep 3, 2012

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?

View 1 Replies View Related

AutoCAD Civil 3D :: Sub-assembly Not Showing In Corridor?

Mar 25, 2013

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.

View 2 Replies View Related

AutoCAD Civil 3D :: Footways With Offset Assembly?

Feb 12, 2012

I designed a very straight forward piece of road consisting of a centreline, 2 channels and a footway either side. I played around with superelevation, assemblies and created a corridor. This all works fine.

Now when I add a taper to my offset alignments (for instance to widen the carriageway at a junction approach in order to add a splitter island), I noticed that the corridor stays perpendicular to the centreline. So this means the 2m wide footway I specified is not actually 2m wide, measured perpendicular from the curb. (See attached)

I have figured out that I can achieve this by attaching an offset assembly to the curb and attach the footway sub-assembly to the offset assembly. (So the curb acts a bit like a subsidiary string in MX). However, in order to make this work, I need to assign the horizontal alignment and Profile of the offset alignment to the Offset in the Corridor Properties Parameters (see attached). So far I have only managed to do this by creating a temporary surface which is wider than the curbs, so I can apply a profile to the offset alignment.

This seems a bit of a silly work around for such a standard simple highway design principle. Is there an easier way to create footways that are not perpendicular to the centreline?
 
Why is the superelevation I have assigned to the centreline, not projected onto the offset alignments? If this was the case, the offset alignments would have had a profile automatically?If you attach the offset assembly to the curb, why does it not automatically know it should stay attached to the curb? ie, remove the need to specify te horizontal alignment in Corridor Parameters?Is there a curb subassembly in existance that will project anything attached to it, perpendicular?

Intel Xeon E31230 - 3.20 GHz
4.00 GB RAM
Windows 7 Professional - 64-bit
Nvidia Quadro 600 - 1GB DDR3

View 5 Replies View Related

AutoCAD Civil 3D :: Getting Tie Down Portion Of Assembly To Work

Jan 31, 2013

I am having difficulty getting the tie down portion of the assmebly to work.  The project includes adding a 5' wide paved shoulder and a 5' stabilized shoulder.  I have constructed the assembly but the daylight portion of the assembly will not show in the section view.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved