AutoCad 3D :: Add Opening Into A Plate Created In Plant3D?

Apr 24, 2013

is it possable to add an opening into a plate created in Plant3D?

i.e. i have some equipment that need to pass through the grating of several leveals of a new structure.

View 1 Replies


ADVERTISEMENT

AutoCAD .NET :: Creating Socketweld Connection In Plant3D?

May 28, 2013

I'm trying to create a assembly with .NET to draw all objects from a chosen spec. I started from Plant3D SDK which have a sample project. Autodesk ADN support is too slow to answer some basic questions since they have changed support platform recently.

After hours searching and trying to reach the main goal, I understood how connections between objects are done. The connector is based on End Type of objects. I'm not a meterial guy, so everything is much more difficult to me At CreatePipeline (..Plant SDK 2013SamplesPipingCreatePipeline) sample we have a class PipelineConnector which create connector. The main problem is only Buttweld connector code is available at CreatePart method in this class. I'm needing a piece of code where creation for others connector types such as Socketweld are shown.

the CreatePart code below:
 
public override void CreatePart() { Database db = AcadApp.DocumentManager.MdiActiveDocument.Database; ContentManager cm = ContentManager.GetContentManager(); part.Position = InsertPoint; part.SlopeTolerance = 0.1; part.OffsetTolerance = 0.0; if (ConnTypeName.Equals("Gasket")) { // Gasket // //PartName = "Gasket"; var spGPart = GetSpecPart("Gasket"); PSPColl.Add(spGPart); var blockSubPart = new BlockSubPart(); ObjectId Id = ObjectId.Null; try { if (spGPart.PropValue("ContentGeometryParamDefinition") != null) Id = cm.GetSymbol(spGPart, db); blockSubPart.SymbolId = Id; } catch { } part.AddSubPart(blockSubPart); // BoltSet // var spBPart = GetSpecPart("BoltSet"); BoltSetSubPart boltsetSubPart = new BoltSetSubPart(); boltsetSubPart.PartSizeProperties.NominalDiameter = NomDia;

[code]....

View 1 Replies View Related

AutoCAD .NET :: How To Access Sub Object In Plant3D From C Sharp

Nov 20, 2012

I have a program in C# where i am trying to access a sub-object which is of type Connectors/fasteners.

In a drawing, I have an object with class (PnPClassname) P3dConnector, and when I click on it's red circle with <ctrl> pressed, I access an object with class (PnPClassname) BoltSet. I have added the event oDatabase.ObjectModified, but this only access the P3dConnector-object, not the BoltSet-object. See the image and attached file.

How can i access this sub-object? I have tried to loop through prompted result set using SelectAll. The P3dConnector-object is listed but not the BoltSet-object.

View 1 Replies View Related

AutoCAD Inventor :: Opening A Form When New Drawing Created

May 15, 2013

I have created a new drawing template using an iLogic Form and Prompted Entry.  What I would like is a Rule that is generated when a user opens a new drawing template.  The rule that is created would open up the new iLogic Form I created where various Title Block information is entered (Client Name, Client Address, Date, Drawn By, etc...  I know you can manually open the iLogic Form that I created via the iLogic tab, but I would prefer the form open upon opening the new drawing.  Once comlpeted, the user than imputs the Prompted Entry values (Drawing Name, Drawing Number, etc...). 

View 4 Replies View Related

AutoCAD Civil 3D :: Opening Drawing In 2010 That Was Created In Map 2008

Oct 14, 2013

I recently upgraded from map 2008 to civil 3d 2010.  Whenever I open a drawing that was last saved/used in my map 2008 program, it freezes upon opening and tells me there are errors.  If I ignore the problem, I can continue to open and work on drawing, but every time I open it up, I get the errors and the freeze.  Is there something I can do in civil 3d 2010 that will bypass whatever is freezing it up?  I have included a drawing that is freezing up in civil 3d 2009 and/or 2010 that was created with map 08

View 4 Replies View Related

AutoCAD Architecture :: 2009 Crashes When Opening File Created In 2012?

Aug 13, 2012

I work with a national company that creates criteria drawings for new projects. They recently changed to the 2012 version but they save it down to 2007. There has not been an issue with opening files with my 2009 version until recently. All of the computers in our office are unable to open these new files, although they claim nothing has changed. My CAD will pop up a fatal error and shut down whenever I attempt to open the new files. I downloaded the 2013 trial version and saved the file down to the older version, but that does not work either. Newer versions do not seem to be affected by the files, just my 2009 version. I tried creating a new file in 2013 and saved down to 2007 format. When I try to open it 2009 there is no issue. besides purchasing a new version of AutoCAD?

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Opening Drawing Created By Other Software?

Jun 21, 2012

I am having trouble opening a drawing created by other software, I am using the following

(defun c:water ()
(setq acApp (vlax-get-acad-object))
(setq acDocs (vla-get-documents acApp))
(vla-open acDocs "L:/GIS_CAD/CAD NZMG/Water/Water Nov08.dwg")
)

If I try the routine I get ; error: Automation Error. Error Decrypting Data.

If I open the drawing normally (that works) and save as a dxf, then open the dxf and save it again as a dwg the routine works. I use the routine for 5 seperate drawings that get updated every month and would rather have a routine that opens the drawings without the fiddle.

View 7 Replies View Related

Illustrator :: Opening Files Created In A Newer Version

Apr 25, 2009

I use illustrator CS version 11, is there a way to open illustrator files saved and created in a newer version of illustrator?

View 5 Replies View Related

Illustrator :: Opening Created Artwork By Double Click

May 7, 2013

I cant seem to get art work that I have created to open in illustrator by double clicking. I have to either tell it to open with or to drag it to the program.

View 3 Replies View Related

Paint Shop Pro :: Opening Images Created By Older Versions

Feb 21, 2013

When I try to use PSPx5 to open .psp images created with older versions of PSP, I get the message that they can't be opened.

View 5 Replies View Related

AutoCAD Inventor :: Error Opening Assembly On 32bit 2013 That Was Created On 64Bit 2013

Oct 2, 2012

I have an assembly that was created on 64 bit version of Inventor 2013, the total file size of everything is around 150MB. Even if I use 'Pack and Go' to move the file to another computer running the 32 bit version I get an error when I try to open it which says something like:

'unable to allocate 3GB memory for FBAttributeSegment'

The actually figure is over 3GB but of course on a 32 bit version of windows it is physically impossible to allocate that amount of memory (even with the /3GB in boot.ini hack)

I've performed various dynamic simulations as well as animations within the assembly so I'm thinking that perhaps its trying to allocate that huge amount of memory for a saved state of one of those.

What FBAtributeSegment might be and whether there is any special way to save an assembly to avoid this problem? The name FBAttributeSegment doesn't correspond to any part or assembly names.

I should also add that I have no problem opening it in a 32 bit version of Fusion which again suggests to me that it is something like simulation or animation that is causing this

View 4 Replies View Related

Photoshop Elements :: Error Opening TIFF File Created In PSE11 / Could Not Complete Your Request

Nov 11, 2013

Does this error mean the file is corrupted and cannot be salvaged?

View 3 Replies View Related

AutoCad :: How To Draw A Plate Transition

Mar 1, 2011

How I would draw a simple plate transition? It would be 3' - 6 1/4" OD at the top and 10' - 6 7/8" OD at the bottom. It would be 62" tall. I draw this but can't figure out how to make it "flat" like a layout on a piece of plate to cut out and then form / roll into into it's final shape. I looked at one of our past project's drawings and it shows this, but looking at the dimensions on it, I cannot figure out how it was done.

View 9 Replies View Related

AutoCAD Inventor :: Multiple Bends In Plate

Sep 26, 2012

I have attached a pic of what I am trying to accomplish.

The part was done in SW, but I am now needing to do it in Inventor.

I have a flat plate, 12" square, that I am needing to bend the 2 corners up, with 10 1/2" between bend lines.

I tried using the "BEND PART", but I can only select one line. What should I use so I can bend all four sides up?

Lenovo Think Pad
Windows 7 SP 1
64 Bit.
Inventor 2013
ACAD Mechanical 2013

View 6 Replies View Related

AutoCAD Inventor :: How To Add Numbers On Face Plate

May 15, 2012

I have a face plate with strokes on it to represent pressure increments.I cannot get the numbers onto the face plate.On the large stroke it starts at 0 and goes to 9 ..  How do i add the numbers. Also i used extrusions for the increment strokes with circular patterns and mirror features.Is this how it should be modeled?

2013 EDU

View 5 Replies View Related

AutoCAD Inventor :: How To Add Two Holes To Ground Plate Only And Not Other

Sep 9, 2012

I seem to have made what many might consider a rookie mistake. Built a fairly complex structure for an overhead crane system and get to the end to find that I missed two holes. The problem with these two holes is it is ONLY 1 plate (my grounded part), but I have used this same part in one other instance. So if I edit (even from within assembly) and add the two holes to the grounded plate it creates them in the other plate, which I dont want.

Since I have the second plate being used as a refence to locate MANY other parts on this unit, it would be quite difficult to replace it with a new part (same but different file name).

Any way to add said two holes to the grounded plate only and not the other?

Inventor 2014 PDS

View 1 Replies View Related

AutoCad 3D :: How To Flatten A Curved Steel Plate

May 27, 2013

If you have a steel plate bent in several directions and with non-perpendicular ends, designed in 3D Auto Cad.

For example, the plate can be curved with a certain radius in the vertical direction and another horizontally. How would you, or what software would you use, to get the plate flattened to the exact measurements of how it should be cut.

View 9 Replies View Related

AutoCad 3D :: Splitting And Lofting Of Metal Plate

Apr 23, 2013

Basically we are trying to make a 3D plate (in this case a 2" thick piece of steel) and have a 3D hollow shape inside. Its split into Top and bottom, as shown as the below picture.

top View (plate 1).jpg

I have tried the loft command (which I just learned off within the past hour or so) and it indeed works. But I wish to use its as the opposite, where the middle is hollow and the rest is a solid object.

Side View (plate 1).jpg

I have tried the loft command (which I just learned off within the past hour or so) and it indeed works. But for the life of me does not know how to get it as one big object with the middle shape hollow. Am i missing a step or is it another command completely?

Also, once the object has been created, I want to split the object on its X axis mulitple times, almost like an exploded view. Each split will have its own set of top and bottom orifices which will represent multiple plates.

Is there a way to do that? Also is there a way to gain and separate the top and bottoms of these newly split plates?

Here is the drawing file as well to work on -> 3D-MK1.dwg

View 9 Replies View Related

AutoCAD Inventor :: Holes / Screws On A Rolled Plate?

Jul 17, 2013

I'm modeling a band that will be screwed onto the inside of a sheet metal cylinder. The band will be rolled to the ID of the cylinder. I'm trying to model the holes in the band, and place screws into the holes. I'm not sure yet how the holes will be machined out in the shop--whether they'll be drilled or punched, made before or after the band is rolled, placed based upon degree or arc length, etc.

1. Is there a better way to model the band and its holes?

2. How can I properly and easily insert the bolt into the holes since they're no longer "perfect holes" that can be used in an "Insert" constraint.

3. How can I then pattern the bolt so I don't have to insert one into each hole?

View 4 Replies View Related

AutoCAD Inventor :: Place Pattern Feature Onto Plate?

Jan 17, 2010

I have attached a jpeg file of a Plate out of a heat exchange.It shows half of the Plate but it is identical shape for top and bottom.I am able to create the solid shape but i need creating the numerous patterns onto the plate.How would i place the pattern feature onto the Plate?

Also from the picture there is a gasket.Would this be made as a separate part and placed on the Plate in a assembly file?Would the gasket be best made using sweep function?

I have created the plate as a solid model but would Sheet Metal also work or even be a better choice?

Inventor 2012

View 8 Replies View Related

AutoCAD Inventor :: Constraining A Plate Via Sketch Lines

Mar 29, 2013

I have an oddly shaped flat plate extruded from a sketch, the sketch of which has lots on constructions lines, none of which actually represent solid edges of the plate. However, I want to locate the plate to other components via the geometry defined in the sketch. 

I find that when I am trying to constrain the plate to other parts none of the sketch geometry is available to me. Points, lines, construction lines, circles; I can select none of it when constraining. I am confused. How can I constrain such a part?

Just to clarify - the flat plate is the base of a structure. Its profile is decoratively shaped, so nothing about the cut edge of the plate is suitable for constraining to. I need to constrain off geometry defined in the sketch.

I have "Shared" the sketch. 

Inventor 2013

View 4 Replies View Related

AutoCAD Inventor :: Sheet Metal Cut Out - Collar Plate

Aug 29, 2012

I want to form a plate (collar palte around branch (riser) connection, which when is flatened the projected circle will be eliptical. Before Refold I want to cut plugholes for welding. In flat position it looks like a flange /w holes and the middle cut-out is elliptical. I want to refold it to be again in rolled shape.

My system has Inventor Professional 2013.

View 2 Replies View Related

AutoCAD Inventor :: Fold Round Plate Like In The Drawing?

Nov 11, 2013

I have been trying to fold a round plate which has 10 milimeters thickness.Is there any way to fold this or unfold ? 

View 4 Replies View Related

AutoCad :: How To Create A Switch Plate Dynamic Block

Jan 4, 2013

How to create a switch plate dynamic block. I can draw the light switch inside block editor no problem. My Objective: To insert a single light switch plate block into a drawing and have the ability to stretch the block to increase the number of switches from 1 to as many as 10 in a gang style. The light switch box would do a basic stretch, but I just can't figure out how to increase the number of switches as the block increases in width.

View 2 Replies View Related

AutoCAD Architecture :: Modify Handrail To Remove Kick Plate

Aug 6, 2012

How to modify handrail to remove the kick plate in attached sample.

View 1 Replies View Related

AutoCAD Inventor :: Checker Plate And Steel Grating Texture Map

Jun 27, 2012

Texture map that will simulate checker plate and industrial steel grating? This would be for Inventor 2013. 

View 4 Replies View Related

AutoCAD Inventor :: How To Dimension Counter Bores On Both Sides Of A Plate

May 9, 2013

Any way to show clearly that there are counter bores on both sides of a plate.  It does show the dotted lines for when it is on the down side of the plate, but in some sections i have a counter bore of the  same diameter on both sides of the plate.  Is my best bet just to to create two drawings of the upper and lower faces?

Also i've been trying to use the hole tables, something thats new to me, and i can get all the holes coming up, but im unable to get them to show up as actual counter bores, instead it shows up as two entries.  

View 3 Replies View Related

AutoCAD Inventor :: Stress / Strain Analysis On A Metal Plate

Nov 26, 2012

I am trying to learn how to carry out stress analysis within inventor and have applied what seemed logical to me, however when I got my results file it does not seem to add up.

I want to investigate the effect that a crack will have on a piece of steel plate, I have applied a fixed constraint to one side of the plate, and a load to the other side, as well as a separation contact on the sides of the crack (see file attached).

View 4 Replies View Related

AutoCAD Inventor :: Making Crimp Plate Using Sheet Metal?

Jun 11, 2012

I need to create the crimp plate in inventor to give my shop the measurements before the crimping process for material and also give them measurements to complete the crimping process. I figured I could use the sheet metal process. I'm trying to find an easier way than going back to Autocad and p-line everything.

View 6 Replies View Related

AutoCAD Inventor :: Cylindrical Object - Mirror Plate Placed At Right Angles

Sep 3, 2013

I have just created a cylindrical object with an extrusion length of 300 mm and then created an assy(.iam). On to this cylinder i have placed a plate at right angles to the axis of the cylinder

What i wish to do now is mirror this plate.

It would appear the best way would be to create a work plane(mirror plane) thro the centre

Of the cylinder,however, how can this be done if when requested to create the plane 3 points are required,am i missing something here.

View 7 Replies View Related

AutoCAD Inventor :: Diamond Plate Texture Shifts In Bends

Sep 6, 2012

Doing a bend on diamond plate. I have applied a texture map to the side of the plate that has the diamond pattern.  When the pattern gets in the corners (inside or outside), the texture map shifts.  When it does this, the diamond pattern does not look the way the real part will. Below is an image of what I am seeing.   

View 6 Replies View Related







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