Photoshop :: Sketch Is Moving While Drawing On Tablet

Jul 4, 2013

I have a windows 8 tablet with Photoshop installed but when I make a sketch (especially when zoomed in) the image (sketch) is moving with the movements of my stylus. This makes it difficult to draw. Is there a way to fic or lock the screen so I can draw more precisely ?

View 5 Replies


ADVERTISEMENT

CorelDRAW Graphics Suite X5 :: Can Drawing Tablet Use As Sketch Book

Apr 21, 2012

QUESTION:

Is it possible to obtain a drawing tablet which can be taken out, away from the computer and be used like a sketch-book when out and about? Then, after coming home with this drawing tablet, connect it into the computer and upload all the sketches you've done when out?

I presently use a Wacom Bamboo  which connects into my laptop, but I sometimes would like to just take the 'Bamboo' out - draw on it like an electronic sketchbook - come home and put all my sketches into the computer for further work.

View 8 Replies View Related

Photoshop :: Delay Between Physical Stroke On Tablet And Brush Moving On Screen

Sep 9, 2012

I bought a new iMAC, a 21.5", 2.7 GHz one with 12 GBytes RAM. My intuos 4, when using Photoshop CS6, works on and off. I mean, when I am painting with the finger tool for instance, and more often than not, I try to make the strokes but the damn finger brush cursor won't move on the screen until a couple of seconds had passed.

In other words, there's a very annoying delay between the physical stroke on the tablet and the brush moving on the screen, it's not simultaneous as it ought to be. And I have installed the latest driver of Wacom for this model!!! This never happened before with the older iMAC, 2.4 GHz and 4 GBytes RAM. I mean, it should work even better.

View 3 Replies View Related

AutoCAD Inventor :: Copy Part Sketch Into Drawing Sketch

Sep 20, 2012

How do I duplicate the 2D line work from a part level sketch into a drawing level (overlay) sketch?

I started a simple 2D piping system diagram sketch by opening a new part file and using a sketch to stick draw the system schematic including some annotations.  Then I opened a new drawing file and made a base view of the part file to bring a view of the original sketch into the drawing.

I realize now that it would have been much easier to have created the schematic directly in a 2D sketch at the drawing level, which would have made editing the annotations much easier at the drawing level, and there is really no need for the part file to exist.  I have no intention of creating a 3D model or "real" part in the .ipt file, was just using it as a jumping off point to sketch.

I was thinking that I could correct my error in judgment by just copying the sketch and pasting it into a new sketch on the drawing, but it doesn't want to work that way.  I have tried copying both the whole sketch at the browser level, and the entire sketch contents (all of the lines and annotations) from the opened part sketch, but when I attempt to paste either of those into the drawing, paste does not seem to be an option.  I'd rather not have to draw the whole thing again, as in typical fashion, my once simple sketch has grown in proportion and complexity from its simple beginning.

View 4 Replies View Related

Photoshop :: CS4 And Drawing Tablet

Jul 16, 2009

PS CS4 will not run when I have my Calcomp Drawing Board lll running. It will start to install but not complete making menus etc.

View 3 Replies View Related

Photoshop :: Wireless Drawing Tablet

Aug 17, 2012

A wireless drawing tablet where I can have adobe cs5 remotely show up on the tablet?  Something handheld for when I want to work on the sofa of an evening. I really don't need a whole tablet computer, just a drawing tablet that shows the computer screen.

View 2 Replies View Related

Photoshop :: Drawing Anime On CS4 Without Tablet?

Apr 14, 2012

I can't even draw the outline of an eye without having it all broken and curved. i use the mouse pad thing so its harder for me to focus it.

View 5 Replies View Related

AutoCAD Inventor :: Moving Datum In A Sketch

Jan 9, 2012

in inv 2012, if I create a new part with adaptivity within an assembly the datum of the sketch ends up wherever, if I break links and remove the adaptivity, is it possible to move the absolute datum of the sketch to a decent position within the sketch?

View 9 Replies View Related

AutoCAD Inventor :: Editing Sketch - Members Moving To Dimensions

Jul 23, 2012

(in Inventor) sometimes I am beset with a problem that I want to edit my sketch but sketch members like line(s),circle(s) are moving to dimensions which I don't want. The sketch is moving. How can I overcome this problem,

View 9 Replies View Related

AutoCAD Inventor :: Left Clicking And Moving Lines And Points In 2D-sketch

Feb 1, 2012

I have a newly discovered issue with left clicking and moving lines and points in 2D-sketch.

After working in Inventor for a while I cant move lines and points(green and unconstrained geometry). If I exit 2D sketch mode and enter again I can move a line once and then its back to not being able to manipulate the geometry at all, the curser just want to create a marking box.

I have a new optical mouse with cord, its a Logitech G400. I have switched mouse but with the same result.I have installed the latest driver for the mouse.

View 3 Replies View Related

AutoCAD 2010 :: Can't Get Calcomp Tablet Drawing Board

Mar 2, 2009

Can't get my calcomp tablet drawing board III to work properly,

I have xp pro - sp2 - tabletworks 7.46driver - autocad2007 and my 16 button puck macros dont work after editing main cui?

View 7 Replies View Related

Photoshop :: Moving Anchor Point Using Space-bar While Drawing With Pen?

Sep 18, 2012

If you're an Illustrator user, you may be familiar with the ability to move the active anchor point of the line, by holding "Spacebar" and dragging during the drawing process. This is a useful timesaver for creating complex paths. While Photoshop CS6 has introduced some useful new path-editing features, this is one that is still missing.

I cant' figure out why Adobe does not make the pen tool identical between the two programs. This is an old feature in Illustrator. Don't the Adobe programmers talk to each other.

View 2 Replies View Related

AutoCAD Inventor :: Can't See Sketch Lines In Drawing

Dec 18, 2013

Cant figure this out - I create a sketch in a drawing, but I cant see the lines as I'm drawing them.  The lines are on a "solid" layer set to red as defined in my standard.  The background of my drawings is black.  When the line command is done, the line appears and it's red.  Problem is I cant see it as I'm sketching.  Is there any way to modify this?  Can I have the line appear red (or white) as I'm sketching?

Product Design Suite Ultimate 2014
Vault Professional 2014
Windows 7 Pro SP1
HP-Z400: 2.67 GHz 12 Gb Ram
Nvidia Quadro FX1800 driver 276.42

View 2 Replies View Related

AutoCAD Inventor :: Different Textstyles In One Sketch (Drawing)

Aug 2, 2013

I'm a student and a beginner in VBA. I'm writing a macro to automatically draw text and lines in a drawing and it goes pretty well. But now I have encountered a problem. When I add text like this:

Dim FreqBox As TextBox
Set FreqBox = oSketch.TextBoxes.AddFitted(oTG.CreatePoint2d(1.9, 1.95), GegevensForm.FrequentieVak.Value)

This is like I want it, but not the right font or size, so I add this:

FreqBox.Style.Font = "Arial"
FreqBox.Style.FontSize = 0.2

This goes well too, but then I want to add another TextBox, in another style, like this:

Dim VermogenBox As TextBox
Set VermogenBox = oSketch.TextBoxes.AddFitted(oTG.CreatePoint2d(3.7, 3.2), GegevensForm.VermogenVak.Value)
VermogenBox.Style.Font = "Arial"
VermogenBox.Style.FontSize = 0.5
VermogenBox.HorizontalJustification = kAlignTextRight
VermogenBox.Style.Bold = True

And suddenly when I run this, the other text is changing to these settings... (exept for the alignment).Is it possible to do this without the FormattedText option

View 1 Replies View Related

AutoCAD 2013 :: Exporting Sketch Up Drawing SKP To DWG

Sep 30, 2012

I am currenly having an issue when I try to edit a drawing on inventor 13'. pretty much everything I imported from sketchup is a mesh, there are a few elements of solids because I added a few things on autoCAD eng. I would like to know if there is a way to make the meshes into soilds or if there is a work-around.

View 3 Replies View Related

AutoCAD Inventor :: Sketch Drawing Rotation

Oct 2, 2013

Every time a select a plane to sketch onto, it rotates 180 degrees...... i have looked in the settings but cannot really find anything.. i have attached images for reference .

View 3 Replies View Related

AutoCAD Inventor :: Put Loft Sketch On Drawing?

Nov 22, 2013

I have created a loft from 4 different sketches. Now I want to make a drawing with the front, side view and the dimensions of the 4 profile sketches from the loft. But I can’t find a way to put the sketches from the part on my paper. It works with copy-paste ;^) but this is not the way I want it (it’ll not change when I change the profiles in the part).  

View 6 Replies View Related

GIMP :: Moving Selected Area Versus Moving Selection / Moving Whole Image

Mar 22, 2012

I want to select part of an image with just one layer. Say I just flattened the image and have to move one part of. I select it with the rectangular select tool. It seems intuitive that I could then just move what I selected, but when I drag the selection, the selection itself moves without moving what is inside the selection.

If I then remember to click the move tool and try to move what's in the selection (seems to work sometimes, maybe when there's multiple layers?) the entire image moves.

The only way I can move part of the image over is if I make a selection and then cut it (ctrl X) then paste it.

How am I supposed to move part of the flattened image, is there a way I can set it to default to "When I select something, I can immediately drag that selected area around."

View 1 Replies View Related

AutoCAD Inventor :: Dimensioning Using Drawing Sketch Points?

Oct 8, 2012

I am trying to use sketch points in drawing for dimensioning. Below is portion of my code. The code fails when AddLinear is called. Is it even possible to use drawing sketch points for dimensioning?
 
invSheet = invDrawingDoc.ActiveSheet
Dim oTransGeom As Inventor.TransientGeometry= invApp.TransientGeometry
Dim pt1 AsPoint= oTransGeom.CreatePoint(0, 0, flangeOD / 2)

[Code]....

View 1 Replies View Related

AutoCAD Inventor :: Picking Sketch Line From Drawing?

Dec 19, 2011

 VB.NET with VS2010, Inventor 2012

I have a drawing view of a part with a sketch that contains some lines. I need to pick one of the sketch lines.

I can pick a line with sketch active using the kSketchCurveLinearFilter

I have not been able to pick it from outside of sketch. Have tried using kDrawingCurveSegmentFilter to get a DrawingCurveSegment but I can not get the sketch line from the DrawingCurveSegment

I assume there is a way to get the sketch line from DrawingCurveSegment or DrawingCurveObject but have not figured it out.

View 3 Replies View Related

AutoCAD Inventor :: Using User Parameters In Drawing Sketch?

Aug 22, 2011

We are trying to add reference lines to the idw drawing for a sub-assembly.  These lines represent centerlines of parts of the main assembly. The main assembly is not the reference file for the drawing.  However, the required dimension setting the centerlines is a User Parameter in the sub-assembly.  (The centerlines are represented by work planes in the sub-assembly file).  Using iLogic, we were able to populate the User Parameter from the sub-assembly into the idw file.  We can see it as a User Parameter in the idw file.  However, when we go into sketch mode the User Parameter is not an option.    In sketch mode, we pull a dimension between the two centerlines (d4).  When you look at the parameters d4 does not exist so we cannot set d4 equal to our User Parameter (and we've looked there are no filters on).      We need this dimension to be able to adjust as the length of the sub-assembly adjusts for different cases.  Each case is unique and done on a job by job basis. 

There are several places in our drawings where being able to place reference lines and set their relationship to the part would be very useful. 

1.  Why are the User Parameters not available for use in sketch mode on a drawing?

2.  Why can the dimension IDs (ex. d4) not be seen by looking at the parameters? 

3.  alternative way of putting reference lines on a drawing? 

View 4 Replies View Related

AutoCAD Inventor :: Reference A Sketch Within Drawing View

Jan 8, 2013

Using Inv 2013 and VB 2010.  I am trying to reference a sketch within a drawing view, but I am having a hard time figuring out which view number and sketch number to use.  I thought I had it figured out, but apparently I was wrong.

For example, see the 2 attached pics, Drawing A and Drawing B.  For Drawing A I had the sketch reference set as

Dim oSheet1_View As DrawingView = oDrawDoc.Sheets(1).DrawingViews(3) Dim oSketch As DrawingSketch oSketch = oSheet1_View.Sketches.Item(1)

Drawing View 3, as it was the 3rd Drawing View in the list, and Sketch #1 within that Drawing View.  I thought this was how it worked, because it worked with my code and it hid the sketch.  However, moving on to Drawing B, I used the same code, and it does not reference that sketch at all.  It did nothing to it.  Even though the Flange_Holes sketch is in the same position.  3rd View down the list, 1st sketch.

So how does Inventor reference these views and sketches?  Is it in order of creation?  Is there a way to reference it by the what the sketch is named instead of trying to decipher the number it's assigned?  I have a lot of drawings already made, and I'm not positive the views were taken and created in the same exact order each time.

View 1 Replies View Related

AutoCAD Inventor :: Copy Lines To Sketch In Drawing

Oct 12, 2012

I have a question regarding copying geometry in drawing mode.

When I was working in V5 and making drawings I sometimes had to "fake" geometry, the world is not perfect I know, copy geometry in the 2d, like center lines and such. I am trying to do the same in Inventor and use the project geometry button and geometry is created but it does not show up when exiting sketch.

View 5 Replies View Related

GIMP :: Paint Scanned Drawing (Pencil Sketch)

Sep 27, 2013

In any case, I have a drawing I did with a pencil, and then I scanned it. Now, I want to scan it, and then paint over it. I have figured out how to paint over the scan, but I am not producing the result I want.

I have attached my scanned image, and the painting. My issue is, I want to have a digital feel to my painting; that is, I want to get rid of the penciling. I am wondering how to accomplish this. I am hoping that I won't have to manually ink the picture.

Here is the "feel" I am going for [URL] ....

View 2 Replies View Related

AutoCAD Inventor :: Display Model Sketch In Part Drawing

Mar 20, 2013

How can I display a sketch or projected geometry that is not a closed loop in a ipt drawing? Historically I have to use a closed loop and emboss in order to display the geometry in a drawing.  

Then move that forward to a DXF file for its intended use.  I think there should be a way to just have lines placed on the model and display it on a drawing without it having to be a feature. 

View 8 Replies View Related

AutoCAD Inventor :: Can't Use Model Sketches Within A Drawing View Sketch?

Apr 16, 2012

I can "Get Model Sketch" to make it appear visible in a drawing view. But I can find no way to use these "edges" or "lines" or "entities" or whatever they are, later in a drawing view sketch. No way to project them from Model Sketch to Drawing View sketch. I can attach leaders and dimensions to these Model Sketch entitites but I can find no way to use them in a sketch owned by the drawing view. Am I missing something?

IV2012 SP1

View 8 Replies View Related

AutoCAD Inventor :: Toggle Sketch Only Geometry When Creating Drawing?

Jan 23, 2012

Can we now toggle "sketch only" geometry when creating drawing view sketch transient geometry in the Inventor 2012 API?

View 2 Replies View Related

AutoCAD .NET :: Moving Text Within Drawing

Sep 16, 2011

I am, as of now, trying to learn the VB.NET programming for AutoCAD applications from scratch .

The question I wanted to ask the devs out there is that, is there any way or a function to move a text object within a layer to a different geometric location? I was thinking it could be accomplished by translating the text or offsetting it.

View 3 Replies View Related

AutoCad 2D :: Moving PDF Clip To Another Drawing

Jan 24, 2013

I need to move a PDF within it's own box to another drawing. It's acknowledged as a DWG.

The DWG. is something I can't upload.

Describing the box is kind of hard. It has its own perimeter and reacts fine within it's own DWG and behaves normally, and there's no message when trying to move it or Copy it.

But, when Copying into a new drawing, then it doesn't come through. There's no error message or any sign of it on the the new DWG. The background comes in fine, so there's no issue there. All X-REF's are working.

View 0 Replies View Related

Paint.NET :: Drawing And Moving Eclipses?

Apr 26, 2012

I am trying to trace a logo wich has a series of circles, I have copied the logo as a new layer and created the layer I am working with enough transparency to be able to copy.

after I draw the eclipse how do I select and position it witout moving the whole layer, also after I have drawn it can I select it and change the thicknes.

View 1 Replies View Related

AutoCAD Inventor :: Sketch Within Drawing View Loses Dimension Reference?

Jan 14, 2013

I have a VB program that auto updates the size of a door and frame assembly, and in turn, updates the shop drawings to reflect this change.  I have a view on my shop drawing that I have drawn a sketch in.  I start the sketch, add my dimensions, and I use 'Project Geometry' to project the edges of the actual part around the sketch to constrain my sketch and keep it in place.  The problem is, as the program runs, and the door/frame changes height, the sketch loses it's dimensional references to the projected geometry.  When I go back and reopen the drawing after running the program, all the dimensions that went to the projected geometry are gone. 

Is there another way to anchor a sketch to a drawing view part instead of dimensioning to projected geometries?  This doesn't seem to be working, and I've tried it every which way I can think of.  Oddly enough, I have another sketch in a different view that is set up the same way, and it never misses a beat.

View 4 Replies View Related







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