AutoCAD VB :: Make A Form Which Contains Some Shapes To Be Added To Drawing

Jun 26, 2011

How should I make a form which contains some shapes to be added to my drawing? by user pointing of course.

View 6 Replies


ADVERTISEMENT

Photoshop :: Removing Added Shapes

Jul 7, 2008

i took this pic online and i wanted to know if there is a way i can remove those black circles on the rims. I want to see how the rims look like, but i dont know if theres a way you can take them out and restore the picture.

View 2 Replies View Related

Photoshop Elements :: Added / Removed Brushes And Custom Shapes

Jun 13, 2013

I am looking for a list of brushes & custom shapes that were added or removed in the last four versions of Photoshop Elements. (v8-v11) I have already tried a Google search, which resulted in nothing. Before I spend hours making my own list, maybe Adobe has a list they can share or perhaps someone else has already taken the time to compile their own list.I am needing the information to cross reference as part of our teaching program.

View 1 Replies View Related

Photoshop :: CS5 Extended - Shapes - Added To Window Drop-down Menu At Top Similar To Styles?

Dec 10, 2012

Within Photoshop(CS5extended) there's an option to view Styles I have some original Shapes I have created and also downloaded not too many but I would like to have them added to the window drop-down menu at top similar to styles. Is this even possible, for the life of me I can't find a way to do it

View 9 Replies View Related

Photoshop :: Cropping Irregular Shapes To Form One Image

Jun 10, 2011

I am working on a project at the moment, which entails cropping irregular shapes and bringing all the shapes together to form one finished image. I have added an example of the images that I am using.

I have managed to lasso an element from this sheet, but don't know how to take that element and put it on a nice new white background/sheet then take other elements from this page and other pages that I have, then create a new image from all the elements.

View 9 Replies View Related

CorelDRAW Graphics Suite X6 :: GDG Macros - Add Basic Form And Increase Size Of Some Shapes

Aug 28, 2012

Still on the basics, here's a demo video that includes adding a macro form and sizing of some selected shapes. I had fun doing this one but it's hard trying to squeeze everything into a short video (to keep video file size low).

View 5 Replies View Related

AutoCad :: Images Added To Drawing Without Being Xrefed

Jan 22, 2014

can images be added to drawing without being xrefed.

View 6 Replies View Related

AutoCAD 2010 :: Profile Added But When Open New / Other Drawing It Changes?

Nov 7, 2012

We currenlty have our profile loaded but when I open another drawing it changes the layout of the tools in my profile. I then have to reload the profile and all the tools come back to what we want. Why is this happening everytime I open a new/other drawing ?

my profiles are loaded via options see jpg attachment.

View 4 Replies View Related

AutoCAD Inventor :: New Parts Added To An Assembly That Don't Show On A Drawing?

Oct 13, 2011

I'm referencing an assembly on a drawing.  When new parts are added to this assembly, they show up on my drawing, anyway to stop this?

View 5 Replies View Related

AutoCAD .NET :: How To Make Codes Form VBA

Aug 3, 2011

I am new to VB.net and I just wondering if it is possible to use some codes that we use in VBA into VB.net , things like this .
 
Public Sub AddTheCircle() Dim p(0 To 2) As Double, r As Double p(0) = 10: p(1) = 50: p(2) = 0 r = 150 ThisDrawing.ModelSpace.AddCircle p, rEnd Sub

If not , so how to start with VB.net parallel to Autocad ?

View 7 Replies View Related

AutoCAD Architecture :: Text And Dimensions Added To Drawing Appears Tiny On Screen

Mar 1, 2011

When I add text and dimensions to my drawing it appears tiny on screen.What is the correct setting for text size for A4 and A3 drawings,And how do I set this?

View 1 Replies View Related

AutoCAD LT :: 2D Wire Form - Any Way To Flatten Drawing So That Z Is Always Zero

Nov 19, 2012

AutoCad LT2003 I work in  2D wire form. When I cut and past elements together Z can be anywhere. It becomes a problem trimming , chamfering etc. Is there any way to flatten the drawing so that Z is always zero?

View 5 Replies View Related

AutoCAD 2013 :: Is It Possible To Make A Clickable Form / Table

Jan 2, 2014

I am seeking to simplify some of our drawings and want to make some forms or tables that has a click check or radio button.  Is this possible in any way using Autocad and/or using the Visual Basic and Visual LISP add ons?

If it is possible what I seek is something similar to what is shown in the attached picture.  Ideally I would be able to group the boxes together and set up something so it will only allow one of them to be checked, same thing for Mixed Occupancy, Construction Types, etc.  If that is not possible via any means at a minimum I would like to be able to just click on the box to check or uncheck it. 

If there is some way to make it as a block with attributes I can handle that as well.

View 6 Replies View Related

AutoCAD .NET :: Refresh Drawing When Modal Form Is Running?

Jan 3, 2012

Is it possible to refresh drawing content when modal form is running?

I placed sample project in attachment.

There is simple form with only one button.
 
Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click Class1.DrawLineOnScreen() End Sub
 
After button is pressed, application prompting user for picking 2 points, and draw a line (based on picked points).
 
Public Shared Sub DrawLineOnScreen() Dim editor As Editor = Application.DocumentManager.MdiActiveDocument.Editor Dim pFirst As PromptPointOptions = New PromptPointOptions("First point: ") Dim rFirst As PromptPointResult = editor.GetPoint(pFirst) Dim pSecond As PromptPointOptions = New PromptPointOptions("Second point: ") Dim rSecond As PromptPointResult = editor.GetPoint(pSecond) If rFirst.Status = PromptStatus.OK AndAlso rSecond.Status = PromptStatus.OK Then Dim line As Line = New Line(rFirst.Value, rSecond.Value) Dim tr As Transaction = Application.DocumentManager.MdiActiveDocument.TransactionManager.StartTransaction Using tr Dim modelSpace As BlockTableRecord = tr.GetObject(Application.DocumentManager.MdiActiveDocument.Database.CurrentSpaceId, OpenMode.ForWrite) modelSpace.AppendEntity(line) tr.AddNewlyCreatedDBObject(line, True) tr.Commit() End Using End If End Sub
 
Problem is that line had been added to transaction (to Model Space block table record) but nothing change on a drawing. Line will appear on a drawing after closing the form.

In opposite situation, without using modal form (only console) everyting works fine.
 
<CommandMethod("DrawLine", CommandFlags.Modal)> _ Public Sub DrawLine() Class1.DrawLineOnScreen() End Sub

View 2 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 Inventor :: How To Make Template For Six Faceted Vase Form

Aug 28, 2013

I'm trying to make a template for a six-faceted vase form.  Basically one side of a sweeped hexagon along a curved path which I would like to Flatten in Sheet Metal.

First, I have a profile:

Then, I add a hexagonal base sketch:

Next I do a sweep using the profile as a guide rail and the y-axis as the axis:

So far so good.  Finally, I select one of the facets and Thicken to 1mm:

After converting to Sheet Metal and setting the Sheet Metal default to 1mm, Sheet Metal will not perform a Flatten because it cannot find any bends.

Is there any way to go about this in Inventor?  Perhaps using some other method than a Sweep?  Any method that produces a flat pattern

View 9 Replies View Related

AutoCAD 2010 :: Make Form As Mesh But Cannot Convert To Solid

Mar 17, 2013

I just started with Autocad and I got a problem with creating a solid. The file is attached and as you can see I managed to make the form as a Mesh but from that point I can't convert it to a solid.

View 9 Replies View Related

AutoCAD Inventor :: Using ILogic To Retrieve IProperties Form Model Into Drawing?

Jun 7, 2012

I'm trying to put a little iLogic rule in my drawing template which triggers as soon as the drawing is opened.  The rule asks the user whether the component he's making a drawing of needs to be painted or not.  If it gets painted, the paint area (one side only or both sides) needs to be calculated.  The result of this is then referenced by a text note in the title block.

I can do the radio boxes with the questions, as well as their If loops, but only when I'm in the model.  Due to our, admittedly inefficient workflow, we never have time to specify "minor details" like paint area or spec during modelling, only when we get to drawing level.  I'd like to put the iLogic rule inside the drawing template.  I'm having trouble referencing the iProperties of the model from within the drawing's iLogic interface.

What I have so far is this rule, which I can run inside the model:
 
'set dummy variable equal to total areatotal_area = iProperties.Area'start radio box with questionsText1 = InputRadioBox("Will this component be painted?", "Yes", "No", Text1, Title := iProperties.Value("Project", "Description"))If Text1 = True ThenText2 = InputRadioBox("How many sides will be painted?", "Both sides", "One side only", Text2, Title := iProperties.Value("Project", "Description"))If Text2 = True TheniProperties.Value("Custom", "Paint Area") = total_areaElseIf Text2 = False TheniProperties.Value("Custom", "Paint Area") = total_area/2End IfElseIf Text1 = False TheniProperties.Value("Custom", "Paint Area") = 0End If

adding a line or two so that I can run the same rule, but from the drawing.

View 9 Replies View Related

AutoCAD Dynamic Blocks :: Visibility Change When Copying Form One Drawing To Another?

May 18, 2011

Is there a reason why my dynamic blocks are changing back to the defaut visibility when i copy the blocks from one file to another?

View 3 Replies View Related

AutoCAD 2013 :: Drawing Lines Within Shapes?

Apr 22, 2012

Whenever I want to draw a line within a shape I have to start the line from the corner. Why am I not free to start where I want?

View 9 Replies View Related

AutoCad 3D :: Create 3D Shapes Based On 2D Drawing

Feb 6, 2013

How to do the automatic creation of 3D solids based on plans and sections element. How 3D objects are created in prosteelu.

View 9 Replies View Related

Photoshop :: How To Make Image Form A Different Shape

May 13, 2013

[URL].........
 
That link is multiple images i have taken i want the ink to form the title of a book cover. By using the ink thats in the image not to put a already existing font over the top. How do i do this im not new to Photoshop but also not great. I have Photoshop CS6 and am on a Mac.

View 6 Replies View Related

AutoCAD 2013 :: Drawing 2D Shapes Inside Of 3D Object

Jun 8, 2012

so im drawing a 3d object in an isometric view. it is a 3d extruded object. essentially it is an extruded decagonal tube. i have, at the bottom, a line marking the center of the decagon so i can snap to it, draw a decagon for the base, and extrude it. problem is, i go to draw the decagon (or anything, for that matter), and i cant snap to the inside of the solid. autocad will only let me select the face of the object. is this a setting i can uncheck, or do i have to change the way i am drawing this?

View 3 Replies View Related

AutoCAD 2013 :: Dimensions Not Visible When Drawing Shapes?

Oct 5, 2013

Im just starting to use autocad for a College course.

I learned building 3d shapes, inputting numbers for positioning and dimensions as you were forming them, but for some reason, the programme stopped letting me input them in boxes on each axis on the shape, I can only type them in to the status bar at the bottom. This is making it a lot more difficult for me. how to get the option back?

View 2 Replies View Related

AutoCAD 2010 :: Making Duplicate Shapes On Drawing

Sep 19, 2012

I wanted to know if their was an easier way to make duplicate shapes on a drawing. I am doing a survey plat and need to make at least 66 circles with a 2.5 radius on each corner of the lot. Using copy on autocad does not work since it will place the circles off center.

View 7 Replies View Related

Xara :: Make Font Lettering Form In Circle?

Jun 29, 2013

how do I make Font Lettering form in a circle?

View 5 Replies View Related

GIMP :: How To Make Logo Form Facebook Page

Jan 19, 2014

I am trying to make a logo form Facebook page. The purpose of the page is to cover beauty pageants from around the globe, now I am confused how should the logo be like should I have a tiara or a image of a beauty queen or a plain simple logo.

View 1 Replies View Related

Edge Animate CC :: How To Make A Simple Contact Form

Apr 4, 2014

I'm doing a full single page website in Edge, and don't know how to build a contact form with name, email and message with a send button and erace button, just like this.

View 3 Replies View Related

AutoCAD 2013 :: While Drawing Shapes The Preview Of Shape Is Missing

Dec 9, 2013

One of my students managed to make previews of the objects dissapear while drawing and editing.

Ex: Making a circle, only the radius line shows up, no preview of the circle itself.  

View 7 Replies View Related

Photoshop Elements :: How To Make A Collage Page But In Landscape Form

Nov 26, 2013

I want to make a collage page but in landscape form.

Example 9 x 11 so that I can use it to be printed by Costco or someone else

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Getting Shapes In Custom Linetype To Reside In Drawing

Sep 17, 2013

I have a client who requested some complex custom linetypes. (line - shape - line)

I built the shapes and stored them in my ltype.shp file, and compiled that to ltype.shx. Then I added the custom linetypes in my acad.lin file. So everything works on my machine with no problem. However, when I send the drawing to someone else, the linetype works, but the shapes are left out. My guess is that since her ltype.shx file does not contain my new shapes, the lines are just drawn without them.

Is there a way that I can have those linetypes, complete with shapes, ride along inside/embedded the dwg file?

And before you ask, no, it's not an option to provide the client with the shx file that contains these shapes. I'm one of many different people in many different companies that might work on these drawings in the future and there's just no way that they'll be able to send an shx file along with the drawing every time someone new needs to work on it.

View 2 Replies View Related







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