AutoCad 3D :: Round Over Existing Solid Forms

Dec 22, 2013

Can you round over existing solid forms in autocad 2010. My solid is 30mm thick and I want to round-over the edges with a 6.5mm radius.

View 2 Replies


ADVERTISEMENT

AutoCAD Inventor :: IAssembly Forms To Control IPart Forms

Apr 12, 2012

I have an ipart that uses a simple form to control its length. This part is used in an iassembly whic has other forms to control constraints.

I would like to be able drive the ipart form from inside the assembly.

View 1 Replies View Related

AutoCad 3D :: Solid Square To Round Transition?

Jul 19, 2007

Im a trying to solid model a square to round transition.

View 9 Replies View Related

Paint.NET :: Put Round Text Into Blank Round Space?

Apr 10, 2011

I have gotten to a point where I have the round text,, I have a seal with a blank space.. I would like to put the round text into the blank space,, but when I try, and no matter how I try,, the text is a white square with round text on it when I try to place it in the circle.

The other thought that came to me,, what if ..(the text circle size was a guess) the text does not fit.. how do I expand or collape it? I know I have in the pass while playing with round text.. gone back to that effect and changed angles, start points etc.. is that the only way?

I have attached what I have so far. ( I tried to attach the Paint.net file but I guess you can't, so these are the two I am working on,, as layers in Paint.net)

View 3 Replies View Related

AutoCAD .NET :: Instance Forms In Several Drawings?

Apr 24, 2012

I'had just met another matter for my Add-on. I noticed that when I instance a new drawing, while a first one is opened, when I load a new Form, this one keep all first drawing's properties. What could happen? 

For example, I would like to add the layer list on a ComboBox.

My source:
 
Private Sub LayerBox_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load '***************************' '* Initialisation LayerBox *' '***************************' Using acTrans = acCurDb.TransactionManager.StartTransaction() acLyrTbl = acTrans.GetObject(acCurDb.LayerTableId, OpenMode.ForRead) For Each acObjId As ObjectId In acLyrTbl acLyrTblRec = acTrans.GetObject(acObjId, OpenMode.ForRead) ComboBox1.Items.Add(acLyrTblRec.Name) Next acObjId End Using End Sub

 This source works, but if i instance a new form on a new drawing, the first drawing's layer list is kept and the new layer list on the second drawing is ignored!

View 4 Replies View Related

AutoCAD Inventor :: How To Make Art Forms

Apr 30, 2012

What is the best way to make art forms with inventor?

View 9 Replies View Related

AutoCAD Inventor :: How To Delete ILogic Forms

Nov 7, 2012

how to delete iLogic forms from Inventor 2013 parts/assembly using VB.net 2010?

I am able to delete all the rule using "Activated_iLogic.DeleteAllRules(PartDoc)" but "Activated_iLogic.DeleteAllForms(PartDoc)" or "Activated_iLogic.DeleteForm(PartDoc, FormName)" does not give me the result I was expecting and Google is not showing any result related to this.

View 5 Replies View Related

AutoCAD Inventor :: Control Forms Without Parameters?

Nov 14, 2013

From iLogic i got a lot of information. And i want to configure or display this in a form. 

But without having to make parameters for everything.

Example:

Display the stocknumber of an ipart/iassembly.

Configure the parameters from a part in the main assembly.

View 7 Replies View Related

AutoCAD Inventor :: ILogic Forms Slider Setup

Nov 16, 2011

I am just playing with iLogic forms and I have set a slider to move a part in 15 degree steps from 90 to 180 degrees, all is fine but the slider is on the left for 90 degrees and on the right for 180 degrees, I would like it to be able to be set so that 180 is on the left of the slider and 90 is on the right of the slider. is this possible?

View 3 Replies View Related

AutoCAD Inventor :: Using Material IProperties In ILogic Forms?

Aug 3, 2011

I'm trying to build a simple ilogic form to fill out iproperty infomation for parts we generate.  Our company only uses a few of fields that are available.  The problem is that the Physical tab is not available in the form editor.  I would like to add this field to my form to be able to select the material for the part.  The style/standard editor in our part template file holds all materials we use.  Summary, Project, Status, and Custom are all available, why isn't Physical? 

View 9 Replies View Related

AutoCAD Inventor :: ILogic Forms Picture Folder?

Sep 9, 2013

I have a small problem with iLogic forms picture folder. Is there a way of seting the image by the selected tab ?

I want to update the image by the tab selection.

I have tried "if" or "select case" and neither one worked. as I am saying Stair_Properties = True it only makes the tab active. It doesnt indicate if it is selected, here is the code :
 
If Stair_Properties = True ThenImage = "Image 01"End IfIf Railing_Properties = True ThenImage = "Image 02"End IfIf Riser_Properties = True ThenImage = "Image 03"End If'Select Case Image'Case Stair_Properties'Image = "Image 01"'Case Railing_Properties'Image = "Image 02"'Case Riser_Properties'Image = "Image 03"'End Select

View 1 Replies View Related

AutoCAD Inventor :: ILogic Form With Multiple Forms?

Oct 25, 2012

I would like to know if it is possible to make a form with multiple forms, depending on the selection a could build a rectangle, or a cilynder or a cone.

View 3 Replies View Related

AutoCAD Inventor :: ILogic Forms Picture Folder

Aug 5, 2011

What is it for and how do I use it? Will it allow me to switch between different pictures for display on my iLogic form?

If so? How do I set which picture to display?

View 5 Replies View Related

AutoCAD Inventor :: How To Create A Check Box For Parameters In Forms

Aug 3, 2012

how to create a check box for parameters in forms in inventor 2013, i have modelling a door which contains to many types of locks and where they are placed so i need to create check boxes to pick multiple items so i need to know how to insert them.

View 8 Replies View Related

AutoCAD Civil 3D :: Create All New Existing Surface Over Existing Ground

Sep 28, 2012

I'm trying to create an all new existing surface over existing ground. I have a TIN surface of the EG, and I have drawn overlay splines that describe the new surface, but how to go about creating that design surface.

It is a compound surface, open on one end and closed all around on the other, somewhat like a half of a football stadium, but with an irregular upper edge because I am needing to figure out cuts and fills to manipulate the EG into this new surface without costly major terraforming. There is about 40-50' vertical elevation between the "field" and the upper rim with a generally constant 7-10 deg. slope all around. I'm just at a loss to figure out how to approach this project, and am quite new to Civil 3D.

Civil3D 2013
MacBookPro 17 - 2.4GHz Intel QuadCore i7 (Late 2011 build)
Microsoft Windows 7 64bit
350GB Bootcamp volume

View 2 Replies View Related

AutoCAD .NET :: Break Points Not Stopping Code On Modeless Forms?

Mar 8, 2012

I am using acad 2012, and VS 2010 (C#) on win 7 64 bit.

I made a form, and showing it as modeless via Application.ShowModelessDialog... as recommended by everyone and that works fine.

I have a button that does something, and I set a break point right on the first line of code for its callback.

The button runs fine, but VS is not stopping at the break point.

Is there a different technique required when debugging modeless forms?

[URL]

View 5 Replies View Related

AutoCAD Inventor :: Exactly Which IGES Entity Types (and Forms) Are Supported?

Jan 10, 2014

I had some success transferring geometries, generated with an advanced math software, to Inventor using IGES files containing Manifold Solid B-Rep Object Entities (Type 186) (see the specification IGES5-3_forDownload-1.pdf). Now I would like to include several Type 186 entities into a single IGES file and form the geometrical unit of these (and them), for which the IGES Boolean Tree Entity (Type 180) seems to exist. I'll do some trial-and-error testing, but it would be very useful to have a (reliable) list of all IGES entities the Inventor IGES import function does or does not support (like these: Transcendata, MoldflowInsight). Unfortunately I could not find such a list anywhere.

Another question: Are the IGES import/export functions of Inventor written by Autodesk (and/)or are third-party libraries used? If the latter, which ones?

View 2 Replies View Related

AutoCAD Inventor :: How To Make Forms Share Excel Data

Oct 13, 2011

I set up a Form in Inventor using parameters that are driven from Excel. I cannot edit the form.

View 6 Replies View Related

AutoCAD Inventor :: ILogic - Not Recognizes Option Selected In Forms

Dec 31, 2013

Aleays that I change the selection "MODO" ("D e i" instead of "Z1 e Z2" and vice-versa), I need run one more time for the rule sense the changing.. when the right is run one time.

iLogicForm.Show("FLAMA-GEARS", FormMode.Modal) If MODO = "D e i" Then iLogicForm.Show("D e i", FormMode.Modal) End If If MODO = "Z1 e Z2" Then iLogicForm.Show("Z1 e Z2", FormMode.Modal) End If

View 3 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Select Non-solid Entities On Solid Layer

Mar 19, 2012

We have this need to have all of the solids in a drawing to be placed in the "solid" layer.

Sometimes folks are drafting lines to develop these solids, and keeping the lines on the "solid" layer, rather than moving them to another layer, or deleting them altogether.

I could get folks to run this command before leaving the drawing.

I'm thinking something along the lines of:

Select all entities that are on the solids layer that are not solids.

If nil, great, do nothing.

If entities are selected, let me do something with them.

I'm hoping the following can be modified ever so slightly.

 (setq non_solid (ssget "X" (list (cons 0 "3DSOLID")(cons 8 "solid"))))

View 4 Replies View Related

AutoCAD Inventor :: Split A Single Solid Body Into 2 Solid Bodies?

Sep 19, 2012

I'm trying to split a single solid body into 2 solid bodies. The problem is that the body I'm trying to split consists of two separate pieces. I can split a body when it is a single piece no problem, but I'm having the problem when the two pieces are not joined at all.

When I try and split it on the origin plane it gives this error:

"Creating parting line failed. Could not build this Split"

When I try and split it on a work plane lying on one of the pieces it gives this error:

"Creating parting line failed. Modeling failure in ASM. Redefine inputs."

Or, another variation on this erorr:

"Creating parting line failed. Split feature could not create two bodies. Change the Split Tool so that split feature can create two bodies."

View 4 Replies View Related

AutoCAD Civil 3D :: Import 3D As Solid Objects Or Convert Polymesh To Solid

Jun 18, 2013

I have a.3ds file imported into Civil 3d. The object imported as a polymesh in Civil 3d. I need the solid 3d object to do some edit like slice or union and subtract.

The question is "How can I import .3ds into Civil 3d as a solid objects or hoe can i convert polymesh to solid?"

View 9 Replies View Related

AutoCAD 2013 :: Converting Complex Solid Surface To Solid Model

Aug 12, 2013

I have finally created the shell of the complex surface that you see. This is only a section of the part because I cannot show the whole thing for proprietary reasons. I formed solid surfaces using the network command. The propblem is that it will not convert to a solid because the surface seams are not "water tight." When the network command created the solid surfaces, the surface seams do not exactly match the lines so there are gaps in all the seams. I have tried blending, patching, etc. and nothing works. how to convert this to a solid without losing the outlines and the shape?

View 3 Replies View Related

AutoCAD 2010 :: Remove Line Inside Solid Object / Transparent Solid Objects?

Sep 16, 2013

How can I remove the lines in the middle after I press and pull the objects.

Attached is the Untitle.jpg, to make more clearer to you. Blue is the wall and skyblue is the aquarium. I want the back and the front of the aquarium don't have any line in the middle but even I do shade command the fill of the color is still there. Cause if I explode and delete the line in the middle the colors that fill the aquarium are getting rid off See Untitled 2.Jpg to see what I mean. And also how can make the aquarium Untitle 3.jpg transparent?

View 9 Replies View Related

AutoCAD Inventor :: Global Forms Button To Immediately Launch External Rule?

Apr 4, 2013

I would like to instantly launch an External Rule just by clicking on a button in the Global Forms area of the iLogic browser.  Is this possible, and if so, how would I do it?

Product Design Suite Ultimate 2014 | Vault Basic 2014 (SP1)
Dell Precision M6600 | Intel i7-2820QM - 16GB
nVIDIA Quadro 4000M | Windows 7/64 Pro

View 2 Replies View Related

AutoCAD 2013 :: Trim A 3d Solid Using Another 3d Solid As A Cutting Edge?

Aug 27, 2013

Is it possible to trim a 3d solid using another 3d solid as a cutting edge? I want to cut the edges of a dam using the natural ground surface (which is also a solid) as my cutting edge.

View 3 Replies View Related

AutoCad 3D :: Trim Diagonal 3D Solid To Top Of Horizontal 3D Solid In Picture?

Jul 10, 2013

Is there away to trim the diagonal 3d solid to the top of the horizontal 3d solid in the picture.

View 4 Replies View Related

AutoCAD Inventor :: Make Solid / Change Parameter Of Solid

Nov 18, 2012

I am making a design on inventor 2013 for a colleague who does not know how to use the inventor.

I want to make the solid and then set something up that allows the user to change a few of the parameters of the solid in a very user friendly way (i.e. a box that says "cylinder radius" and has an input box so the user can enter a value).

View 9 Replies View Related

AutoCAD 2013 :: Hatching Looking Solid But Its Not A Solid Pattern

Dec 13, 2012

i am having a hatching issue, it seems no matter what hatch pattern i use and what hatch scale, alot of the hatch looks solid instead of the pattern i want, for example i am using currently ANSI37 @ Annotative with a scale of .20 and on the same paperspace page one plan with the hatch shows the cross hatching and the other one below looks solid (see attached) now i can go and say change the hatch scale and it reverts to the cross hatching, but then when i zoom out it goes back to "solid" is it a graphical issue?

View 7 Replies View Related

AutoCad 3D :: Subtract Smaller Solid From Bigger Solid

Nov 7, 2012

I want to subtract smaller solid from bigger solid.I can not understand how to move smaller solid and place it in front of bigger solid.

View 6 Replies View Related

AutoCad 3D :: Convert Some Solid Bodies To Single Solid?

Dec 1, 2006

How can i convert some solid bodies to a single solid.

View 8 Replies View Related







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