AutoCAD Inventor :: Drawing Sketch While Making DWG - How To Change Line Colors
Feb 14, 2012
When I draw a sketch while making a dwg drawing, the lines are light green that is nearly invisible on the background color. How can I change the line color?
I'm using Inventor professional 2012 student edition.
View 6 Replies
ADVERTISEMENT
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
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
Dec 14, 2012
want to change sketch 2013 into the sketch of 2010
View 1 Replies
View Related
Aug 12, 2013
I have made a part - a motor that has four holes.
Now I'm trying to make another part, which will be aluminium plate that needs to have holes in exactly same points as the motor. My assembly containts both that parts.
What I'm trying to do is to reference in sketch a point that comes from different part (motor).
I could do it by hand, make it look that the holes are on top of each other but then there will be an error which doesn't seem professional.
In some tutorial on yt I have only found that using points one can reference the holes more easily, but it didn't show how.
View 1 Replies
View Related
Dec 29, 2011
My goal is to change all of the objects colors in an xref drawing to gray to use as a background to my work. All changes to the xref drawing were made in the drawing itself, none of this was done in the base drawing.
The quickest way I could find was to change set by layer mode to color only and use set by layer to change all of the objects (select all). This seemed to work fine, until I noticed that certain text would move slightly when the color changed. Long story short this text (single line) moves slightly when the color is changed, even if I select one text and change the color in its properties.
My question is why would text move or change in some way when you only change the color. It doesn't seem to happen to mtext, only dtext.
View 2 Replies
View Related
Mar 8, 2012
Is there a way to locked a specific sketch in the ipt?
inventor 2011
vault 2012
View 4 Replies
View Related
Dec 9, 2013
I've placed a scketch in a view in my idw.
In the idw, I was once able to dimension between a visible view line and a visible scketch line, but not now.
Currently using Prof 2013 64 bit
View 5 Replies
View Related
May 30, 2013
I am trying to extend a line in my sketch, but everytime I select it an error message comes up saying "the curve being extended" What curve is inventor refering to?
would not allow me to add a .doc file for veiwing
View 8 Replies
View Related
Feb 4, 2013
Just by selecting a bend line on the flat pattern, I'd like to draw only 2 lines on a sketch (without any border projection, only points) at both ends of the bend line.
I'm sure it can be done via VBA, but don't know how to start for it.
View 1 Replies
View Related
Sep 14, 2012
I made a bunch of lines, then used the bend command to make curves where they intersected. I'm trying to put lines connecting A to C and B to D. How do I constrain the ends of the lines to the center of the curves?
View 9 Replies
View Related
Nov 26, 2012
When I use a tool such as 'move'/'select base point' in the sketch environment, I used to be able to select line midpoints.
Is this no longer possible? My constraint options seem to be fine.
Recently upgraded to 2013
View 6 Replies
View Related
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
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
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
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
Feb 12, 2012
I have a basic problem but I can't seem to be able to get around it. I added an image to a sketch successfully but it cam with a yellow line around it (see attached) and I can't remove it. In the sketch properties I was able to change it's color to black to make less visible but it's still there.
Any clue as to how I can make it disappear ?
View 3 Replies
View Related
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
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
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
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
Dec 9, 2012
I am just wondering how to change the orientation of a sketch in VB.net. I have no worries in VBA but the command to set the orientation and origin don't seem to work in VB.net.
View 4 Replies
View Related
Aug 29, 2012
How to select entity filter by sketch name dan properties using VB or VBA.
for example I have 2 shape : Rectangular and Circle with different properties.
Sometimes I want to select rec and make it become construction and circle still in normal line and Sometimes I want to select circle and make it become construction and rectangular still in normal line.
View 3 Replies
View Related
Oct 6, 2012
I want to draw a line between the two sketches visible on the image below. The line should be in the plane visible. The starting point of the line should be from wherever the top sketch intersects the plane of the current sketch. The finnish point of the line should be wherever a line of the bottom sketch intersects the current sketch plane.
There is no tooltip appearing that would allow me to quickly "attach" the starting line to the correct position. Is there such an aid, and how do i turn it on?
View 1 Replies
View Related
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
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
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
Mar 13, 2012
I am building frame using frame generator. Well, firstly I build a sketch and then afterwards from that sketch I already make frame itself.
What I want to do iis when I am changing length of some frame memebers in a sketch, I want frame members to be changed as well.
For example:
From here you see that everything is ok. Frame members are according to the sketch.
But when I am changing the sketch, frame stais as it is on the first picture without any changes. Previously it was changing, but then something happened and it doesn't change anymore.
For me it seems that reference skeleton of a frame is not referenced to the sketch of the frame .ipt.
Autodesk Inventor 2014 PRO x64
Running on:
HP Z400 Workstation
Processor- Intel(R) Xeon(R) CPU W3565 @3.20GHz
RAM- 6.00 GB
64 BIT
View 9 Replies
View Related
Feb 11, 2013
to change appearance of the sizes in the sketch Image
View 9 Replies
View Related
Oct 12, 2011
Is it possible to change the default sketch orientation, so that when making a new sketch on the XZ or the YZ planes the Z axis would act as the X, not the Y?
View 9 Replies
View Related
Dec 5, 2011
I have a problem with a recently downloaded version of Inventor. When I start a new drawing all I get is a blank blue screen instead of one with a grid display. If I start a line I can see the cursor change to draw the line but a line does not appear. I don't know if it something with how I installed the program or just system settings.
View 2 Replies
View Related