AutoCAD Inventor :: Creating A Shape From A Mathematical Function

Mar 29, 2013

Using Mathcad, I can create a file with x and y values defining a 2D shape from which I want to create a swept volume.

I want to import these values into Inventor to use as a definition of a sketched line and then use the revolve function to generate the shape. 

View 6 Replies


ADVERTISEMENT

AutoCAD Inventor :: Mathematical Equations In Drawing

May 22, 2012

Can I draw mathematical equations in Inventor drawing? I am using the stacking functionality but that fails when I need to include symbols such as greek characters.

I do not have to draw fancy equations just the simple fractions but I need the greek characters to appear.

View 8 Replies View Related

AutoCAD Inventor :: 2011 - Creating Pyramid Shape

Dec 3, 2011

I accidentally found a pyramid shape and imported on top of my solid part shape.

Where can I found it, so I can import it again, but this time as the main solid part.

I am trying to design 3 parts that assemble into the shape of my business logo.

View 9 Replies View Related

AutoCAD Inventor :: Creating Flat Pattern Of A Coil / Spiral Shape?

Sep 25, 2012

Is there a way to unfold a coil shape to get the flat pattern? When I try to unfold the attached part I get an error message (see attached error_msg.jpg). We have been using AutoPOL to unfold these kind of shapes (which works fine). But since we have a very old version which we really need to upgrade, I was wondering if nowadays Inventor could handle coil unfolds.

If this will not work with the current IV2013 release, will this then be implemented in a future release? Are there any alternatives or should I just go for the AutoPOL upgrade?

IV2013 Pro SP1

View 4 Replies View Related

AutoCAD Inventor :: Passing A Function Name To Another Function

Nov 13, 2012

I'm trying to be able to have a function run another function with the secondary function being passed as an argument to the first. I'm trying to create a recursive function and the recursive part works great. I just need to be able to have the recursive function run other functions to actually do stuff.

Here is something I found that should do what I need, mainly run a function from a function name in a variable.
 
Sub test() Dim ftnName As String Dim argument As String Dim result As String ftnName = "myFunction" argument = "cat" result = Application.Run(ftnName, argument) MsgBox resultEnd SubFunction myFunction(inString As String) As String myFunction = inString & " has " & Len(inString) & " letters."End Function

 However I get the error "object required" on the "result = Application.Run(ftnName, argument)" line. So I'm guessing the Inventor VBA doesn't like this method of doing this. I'm just hoping there is a way to do this or this function will be useless or reduced to hardcoding functions which still defeats the purpose.

View 2 Replies View Related

AutoCAD 2013 :: Creating IF-function Into A Field

Sep 27, 2012

I am creating a drawing template that everyone in my office will use, stored on a shared location. I want the label "Drawn by ...." in the title block to be filled automatically with the drafter's name who created the drawing. It would be easy to just add the field "Author" or "LastSavedBy", but my situation is more complex. Our workstations are identified by a code that consists of first two letters of given and last name, for example John Smith's computer is named JOSM. So if I use "Author" field, then I would get "Drawn By JOSM", but I want to get "Drawn by John Smith".

I would like to some how create a field that contains function:

IF author=JOSM, value=John Smith
IF author=MAST, value=Mary Stuart

Is it possible to create such functionality? I found out something about Expressions and Diesel Expressions, but didn't understand much.

View 7 Replies View Related

AutoCad :: Function For Creating Quantities Of Continuous Order Text

Jun 12, 2013

I am wondering if Autocad has some sort of function for creating quantities of continuous order text. Example: I have a grid for which each cell needs a label as such A-001, A-002, A-003..... etc.

I didnt know if there was any function within Autocad that serves as a text generator for something of the such.

Right now I have just copied the first Cell "A-001", pasted in all the other cells, and am individually going through and changing each number. This is a lot easier than generating text each time but it is still quite cumbersome.

View 4 Replies View Related

Illustrator :: How To Check Alt+shape Builder Function

Sep 9, 2013

I'm trying to remove half of a shape (right half of a heart) by covering the right half with a filled rectangle, and drawing across the half of the heart I want to delete and the rectangle with the Shape Builder tool while both shapes are selected and while depressing the alt key. This should remove the heart-half and rectangle, leaving me with the left-hand portion of the heart, so I can copy/flip it for a symmetrical, whole heart.
 
I have removed the guides so there's no interference, and both shapes (heart and rectangle) are selected (both show bull's eyes on the layers panel).
 
I reset Illustrator (opened it while holding down shift+ctrl+alt). Got a message afterward saying my Live Paint Bucket plugin couldn't be found. I can't find any info on the Adobe website about restoring this plugin.
 
I'm running Illustrator CS6 as an app from Creative Cloud.It looks like I need to repair my shape builder and live paint tools?

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Creating Array Using Split Function?

Jan 10, 2013

In asp I'd write:

arrFileName = Split(DrawingName, "_")

JobNumber = arrFileName(0)
DrawingTitle = arrFileName(1)

SheetNumber = arrFileName(2)

I'd like to do the same thing in lsp. I don't want to be limited to three fields so the split function is perfect.Is there an equivalent?

View 3 Replies View Related

3ds Max Modeling :: SET VOLUME Function To Change Shape Of Lattice

Jul 10, 2012

using the sub-object SET VOLUME function to change the shape of the lattice (down to the positions of the individual points) does not affect where the object deforms. The only way to alter the lattice is to go sub-object LATTICE and move the whole lattice prior to deformation.

View 8 Replies View Related

AutoCAD 2010 :: Design Barrel Cam - Mathematical Accuracy?

Mar 11, 2012

I am trying to design a barrel cam. This works well with lofting, but I am not so sure about the mathematical accuracy. I am used to making cams like this with 1/4 degrees resolution - much too cumbersome in lofting. Is there a way with "_sweep" to constrain the profile (2d polyline) so that it stays e.g. parallel with the Z-axis?

View 4 Replies View Related

AutoCAD Inventor :: Embossing Text / Shape To Cone Shape Using Wrap To Face

Nov 26, 2013

I want to engrave the text 'TEST' all the way around this clonal object. When I use the emboss tool, selecting the option 'wrap to face,' it gives me an error message that the "face selected is not tangent to the profile plane."

I am using a work plane that is offset from the XY plane. I included a screen shot and the file that I am using (Inv. 2014)

View 2 Replies View Related

AutoCAD Inventor :: How To Revolve A Shape Around The Shape Of Window (oval)

Feb 19, 2012

i am trying to draw an aircraft and after drawing the windows, i got stuck. i am trying to revolve a shape around the shape of the window (oval) but it won't recognise that shape as an axis. i can't click it. is there a solution to this?

here is a screenshot for extra info!

View 1 Replies View Related

AutoCad 3D :: Creating Helical Truss / Shape

Oct 10, 2012

Having problems creating a helical truss/ shape. Ive managed to get a simple spline spiral. Which I'm still not 100 percent happy with. But it will suffice for right now.Now one of my problems is extruding, and offsetting. I'm pretty ok at 3d modelling, but when it comes to complex shapes i fall flat on my face. Ive including a dwg that shows a plan view of the structure, as well as my 3d spine. the small circles are the truss cords. Its a 16" flat truss, ran parallel with another to create a spiral ribbon.

The plan view is from the designer, I've noticed but maybe its not true... their helix doesn't seem consistent. I know im leaving a lot of info out.

View 9 Replies View Related

AutoCad 2D :: Creating A Complex Linetype With Shape

Feb 17, 2008

I'm trying to create a linetpye .The line needs to be continuous with a solid(not hollow) circles at distances.This would be the same as FENCELINE1:

*FENCELINE1,Fenceline circle ----0-----0----0-----0----0-----0--
A,.25,-.1,[CIRC1,ltypeshp.shx,x=-.1,s=.1 ],-.1,1

but with filled-in circles.for example circles should be hatched or colored.An image of desired linetype is attached.

View 9 Replies View Related

AutoCAD Civil 3D :: Creating Surface Using Shape Files?

Dec 13, 2013

I was given a job where i need to create a surface from a gis file. have been messing with my civ 3d 2013 a little bit and have been able to get a surface comprised of a bunch of polylines to appear (not a true surface). I will need to create profiles so i need a true surface. I downloaded a compressed shape file from the county and need to know how to insert this into a drawing and build a surface using my own surface style.

The files i have to work with:

.dbf
.idx
.prj
.sbn
.sbx
"autocad shape source"
.shp
"autocad complied shape"

View 9 Replies View Related

Illustrator :: Any Way To Get Vectors Mathematical Formula?

Sep 30, 2012

For a project, I'm needing the mathematical equations/formulas/matrices of a vector. Vectors are all essentially mathematical... thingies so is there some way that I can get the mathematical calculations that are used to make up a vector object in Illustrator? Or any third party program or script that can pull these formulas for me?

View 13 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Creating Two Closed Polylines From One Shape

Jan 4, 2012

I have a series of boxes or polygones that I would like the program to find the 1/2 distance and create two seperate polylines from the one object. 

Example: 

I have a square with pt1,pt2, pt3 and pt4 respectively.  After I have ran the program it would create a diagonal from pt1 to pt3 and join the rest of the lines now to create the one polyline. Also it would do the same to create another exact polygonal shape for the other half. Thus creating two shapes of equal value from one.

View 9 Replies View Related

CorelDRAW Graphics Suite 12 :: Entering Mathematical Equations?

Mar 24, 2012

I'm using CorelDraw 12 to make mathematical drawings. Triangles, circles, tangent lines, perpendicular lines, etc... and that works really fine

But... I'm having a hard time entering mathematical equations, especially when using a lot of fractions and square-root-signs. Is there an "easy" way to do that?

View 4 Replies View Related

Illustrator :: Mathematical And Scientific Equations - Math Fonts In AI

Feb 5, 2014

I want to construct some mathematical and scientific equations in Ai. Where I can get the necessary fonts that will work in Ai?

View 4 Replies View Related

Illustrator :: How To Create Picture Based On Mathematical Formula

Oct 9, 2012

 I work a lot with Processing to create picture based on mathematical formula, but i need to do the same in Illustrator in order to print those picture.
 
Is there any way to do this, like the expressions in After Effects, or a third party plugins.
 
Or did i have to find a way to output good picture from Processing.

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Creating Solid Rectangle Shape File

Sep 8, 2011

I want to create a custom linetype that uses a solid rectangle 0.5wide and 1.0 long.  Basically I want to create a shape file from an existing block I have so that I can insert it into the linetype definition.  Is there an easy way to do this in ACAD 2009?

View 8 Replies View Related

AutoCAD Visual LISP / AutoLISP :: No Function Definition With Distance Function

Oct 25, 2013

This seems absolutly silly.

(setq p1 (getpoint))
(setq p2 (getpoint))

(setq Dist (distance p1 p2))

Why does this not work?

I'm trying to build a command to replace AutoCAD's "DI" command, to give distance and delta x, y, and z values in decimal and imperial, and keep the angles in XY plane and out of XY plane.

View 9 Replies View Related

Photoshop :: Creating A Curved Shape

Jun 30, 2005

to create a curved shape is. So say you have a rectangular shape running down the left side of the page, but the right side of the shape is curved.

View 6 Replies View Related

Photoshop :: Creating A Gradient Within A Shape

Jul 5, 2004

I open a new project and add a layer, then create a rounded rectangle, is there a way to fill just that rounded rectangle with a gradient. I keep getting a message that the layer is not directly editable or something. I need to just play with the thing, I'm sure - eventually I'd porbably sort it all out. But I got a job creating a web page for a mortgage company and I wanted some custom buttons with a gradient fill -

View 2 Replies View Related

Xara :: Creating Angled Shape

Mar 11, 2013

I created this video to achieve this using Xara P&GD. The video is here and the .xar file you need is attached.

This video shows how to create an angle based object for visual presentation, any object created with this method should not be used in manufacturers drawings where precision is paramount.

View 9 Replies View Related

Illustrator :: Creating Shape From Symbols

Jun 20, 2012

Alright I am trying to create a shape made up of tons of instances of a symbol (best example of what I am trying to achieve is here )
 
I hoped I could just use draw inside mode and the symbol sprayer however I am not able to ensure the instances don't colide and that they actually completely fit inside the shape without being cut off.
 
I am obviously going about this the wrong way but have searched for unsuccessfully for any instruction on how this could be achieved.

View 4 Replies View Related

Illustrator :: Creating A 3D Dome Shape?

Aug 29, 2013

Just doing my normal practise in Illustrator. Ive came across designing a dome sphere shape. And Im using the 3d revolve techniqe, So I have my symbol to map onto the 3d elipse. but towards the top of the sphere the symbol tends to get distorted, and it looks aweful. So I also tried another technique to envolope distort with top object but its hard to achieve making it look 3d, because the sphere faces dont go around.

View 13 Replies View Related

Illustrator :: Creating Outline Of A Shape

Mar 21, 2013

I'm new to illustrator and I'm trying to achieve something I hoped would be quite simple. I want to take a bitmap, live trace it, then create an outline of 2px wide only around the outside limits of the shape. I want to then get rid of all of the live trace vectors and be left with my very simple outline of the original image. Eg.

I've tried image expand, I've tried outline, but nothing seems to work as I need it to.

View 5 Replies View Related

Illustrator :: Creating A Pattern Around A Shape

Feb 9, 2013

How can I take these groups of white dots and have them go around the entire object while also taking it's shape?

View 9 Replies View Related

AutoCAD Inventor :: Function To Set Colors

Sep 14, 2013

I have a big assembly consisting of a large number of sub assemblies and parts.I would like to be able to quickly show color alternatives. All painted parts will be painted in one of two colors.I would like to have a function that takes two color arguments that will set the color of a number of parts to the first color and some other parts to the second color. Not all parts need to be painted.

set the color of all parts in a assembly to one color.But I have two sets of parts for different colors and not all parts need to be colored.How can I do this best? iLogic? How do I have to input the colors?

How to deal with repeating patterns (should still work when changing the repeat count)?Also, there should be some text on some parts. Can I also change this text color automatically?

View 3 Replies View Related







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