AutoCAD .NET :: Scale Objects On Screen Within Function
Oct 7, 2010
I have a function that uses AcadApplication.ActiveDocument.SendCommand to allow the user to scale the inserted lines and text before the next step of the process, but AutoCAD does not display the scale prompt until after the entire program finishes. The prompt works well, but needs to be displayed before I end the sub.
How do I get the command to be sent immediately? Is there another way to allow users to scale the items I insert? The screen needs to be refreshed before the scale command is called, so that the lines and text I just added shows up. I have attached the code for the Send Command call and for the function that calls it.
View 5 Replies
ADVERTISEMENT
Aug 4, 2012
i want to ask is there any scale factor function in Autodesk Inventor 2012?
this is because all my drawed part are already full constrained and I want to enlarge it to some factor?
View 1 Replies
View Related
Dec 11, 2011
My measure function doesn't displays anymore the result on screen but in the command lines. What must I do to make it back to normal again?
View 2 Replies
View Related
Apr 28, 2011
I would like to return multiple objects from a function. can it be done? and how?
function DrawLines()as object
objline1 as new line
objline2 as new line
[..]
return 'objects'
[code]....
View 2 Replies
View Related
Jul 26, 2012
How does one remedy this Adobe error message? "Can't scale the objects. The requested transformation would make some objects too small to use." This one always gets me. I'll spend more time trying to find the object in question. This has happened in almost al versions, but this time it's CS5.
View 3 Replies
View Related
Nov 5, 2012
how annotative objects function through xrefs and am running into some trouble.I created a brand new drawing, made an annotative symbol and 2 peices of annotative text, all three have 1"=20' and 1"=40' assigned to them. I can switch my scale back and forth and the objects act as they should.
If creat a second drawing and xref the first one, the only way I can see these xref'd objects is if I set ANNOALLVISIBLE to "1" or if I select one of their xref scales as the current scale 1"=20'_Xref or 1"=40'_Xref.
My goal is to be able to have plans that are annotative that can be xref'd into another annotative drawing and have the objects in both that are the same scale show up.
View 1 Replies
View Related
Jan 8, 2014
I am using AutoCAD LT 2011. I have had an unexpected loss of functions that is not restored by a system restart.
When I select objects, I can't get any of the tools to work on the preselected object ( The tools all work if I select the tool first and then select object to apply it to). And I can't change properties such as layer & color of a preselected object.
Also I can't delete a selected object with the keyboard delete key, and I can't bring up the MultiLine text editor with the usual double click of a text object.
It doesn't sound like a simple command reset as there is too many things involved. Can't find anything on options and drafting settings that is relevant. So it sounds like it might be a total reload of LT?
View 2 Replies
View Related
Jan 1, 2012
My master drawing includes things like network information, drops, V-lans and bandwidths,
I want to use a database to count various objects/blocks in a drawing. Ideally I want to write a macro button that enables me to export the information in the drawing straight into a database.
View 3 Replies
View Related
Sep 3, 2009
I would like to find a function that returns the two objects colliding using contact sets. I'm not sure this functionality is available in the API.
View 1 Replies
View Related
May 20, 2011
I'm trying to get an image from my "Print Screen" function. I know it's saving to the "clipboard" because I can get the text to show up on a Microsoft Word Document, but not the various colors. The Print Screen is save from the "Command Prompt" Screen where I have code displayed for a program I'm working on.
View 1 Replies
View Related
Jul 11, 2012
Can I get Revit to extent to both screens, without having to manually adjust the size so it fits on one side, instead of both?
(Example: I want a floor plan on my left screen (maximized automatically to screen 1 (left), then a 3D view on the right as a reference (maximized automatically to screen 2 (right), to see what is going on instantly!).
I have a NVIDIA QUADRO 4000 installed with the latest driver.
If I have 2 screens. I want the amazing aspects of Revit to be used in creative and efficient ways...
Revit needs to fix it. After all Revit is the best tool man can ask for.
View 1 Replies
View Related
Jul 1, 2012
using ACADLT 2008
I wanted to use annotation scale objects long time ago, but I was scared…why?In the office no one knows what annotative objects are.
I already start to imagine the "curses" I'll get when they open my drawings in their computers and see that the dimensionin the drawing are not scaled the way they used to.
I was thinking about telling them a command that will do the magic.
View 5 Replies
View Related
May 9, 2013
I recall a scale command where you could SSX a set of objects and you could scale all of them at once and they were able to keep thier insertion point and all obects were scaled up or down, recall the command inside scale command?
View 2 Replies
View Related
Apr 18, 2011
I've just started creating my own dynamic blocks and if you could scale objects in one direction i.e. along X axis.
View 3 Replies
View Related
Dec 22, 2013
Have I missed function to align a group of objects along a curve, like text along a curve, or there is not such function?
View 2 Replies
View Related
May 31, 2012
Is there a proper way to gray-scale objects in a drawing? What i have done is turned off layers and point groups that I want to remain in color and selected the rest and changed the color in the properties box. Any way to move back and forth from gray to color.
View 1 Replies
View Related
Sep 6, 2013
I'm using a transformation matrix to adjust objects scale.
Sub Scale()
[...]
''Definition of the matrix
Dim ScaleMatrix(0 To 15) As Double
ScaleMatrix(0) = X_ScaleFactor
ScaleMatrix(1) = 0
[Code] ......
If X_ScaleFactor = Y_ScaleFactor all works fine, but if X_ScaleFactor <> Y_ScaleFactor (e.g. X_ScaleFactor = 2 and Y_ScaleFactor = 4 I get the following exception: eCannotScaleNonUniformly.
It isn't possible to define different scale factors for X and Y axis? It seems a strange thing.
View 2 Replies
View Related
Apr 29, 2013
I can rotate my crosshairs by using ucs object, but how do I rotate all the objects in the drawing to be horizontal on my screen?
View 1 Replies
View Related
Mar 22, 2012
my problem is that I can only select objects that are shown on screen on the second click.
For instance, I'm using the green select box (dragging right to left) to select a large amount of items in a really tight spot, (between 2 parallel and horizontal lines only 3mm apart. My problem is that I can zoom in on the right hand side, select the lower right hand corner, zoom out, zoom into the top left corner and select. It'll only select what's shown on screen, which is literally 3 out of 1000 items.
Is there a variable to allow the selecting every object in the select box, with no relation to zoom levels or panned areas?
View 6 Replies
View Related
Apr 15, 2011
When I insert an image as an OLE object, I cannot move it, scale it or anything? Am I missing something?
View 6 Replies
View Related
May 21, 2012
some of my outlined fonts are showing up as "unpainted objects" in the cleanup function, yet when i click on them individually they show that they have a fill color. There have been other occasions where i had an outlined font which "looked" like it had a fill color, yet when i clicked on one of the letters it showed both the fill and stroke as having none.
View 6 Replies
View Related
Feb 15, 2013
If I have a list of handles for Autocad Entities, how would I go about selecting these entities on screen so that the user could add to this selection or remove objects from the selection? I could go with object ids as well if needed.
I have been searching and searching and coming up empty handed or at least coming up with information that doesn't seem to do what I want.
View 6 Replies
View Related
Jun 26, 2012
I love annotative scaling of objects it is a great feature. I am however having one problem that I'm not sure if I've missed a setting or something. Is there a way to prevent civil 3d from scaling your annotative objects based on the view scale you are looking at? For example if I zoom out (in model space or max viewport) to show my entire drawing and regen, civil 3d scales all my text and blocks to an enomous scale esentially blocking my entire drawing with solid colour. also if I zoom into a small area to do some detail work all my text becomes microscopic and unuseable. This makes adjusting text so it doesn;t overlap other text very difficult if it never appears at the correct size. Is there a way to freeze annotative objects at thier correct scale (for the current viewport scale) so they dont scale simply because you zoom in or out on a drawing?
View 3 Replies
View Related
Jan 8, 2014
Any Lisp Routine to scale text objects a certain value and have the program actually scale each text object as you pick them.
The change text height using the Properties function does not work for what I need because the objects I need to scale are Mtext objects with Background Mask, and when you use the Properties function to change their text height it messes up the background mask so that you have to select each text entity and stretch the mask area smaller or larger, but if you use the scale function it scales the background mask as well so the background mask coverage is still the same.
View 2 Replies
View Related
Sep 13, 2011
I am having some trouble adjusting the dimension scale to match blocks and objects in my drawings.
View 1 Replies
View Related
Dec 20, 2013
For some reason, when I bring up the scale tool, the toolbox appears to the right of the screen, half cut off and under the Gnome toolbor. I've tried moving it, but it is being stubborn. This appears to be the only box having this problem, right now.
Ubuntu 12
Gimp 2.8.10
View 2 Replies
View Related
Jul 10, 2011
I am trying to scale an image to fit my screen, but it doesn't seem to go to 1680x1050. How do I get it to fit?
View 7 Replies
View Related
May 24, 2002
Any lisp routine where you can select objects and do a global rotate, scale, etc. from each object's insertion point ?
View 9 Replies
View Related
Aug 7, 2012
The ruler scale isn't proportional on my screen for the height and width. The canvas size is only 3 x 5, so I don't think it's because the file is too big. The file looks great on screen, but when I print it out the image proportions I see on the screen aren't the same as the print out. When I look at the ruler, an inch is much longer on the height than it is on the width. I'm viewing in Print Mode, but have also tried fit on screen and actual pixels (which makes it too big to see, of course). I tried resetting all tools, but no luck.
View 1 Replies
View Related
Oct 3, 2012
For selecting objects, I must have hit a buttom trying to figure something else out and now I can't select objects without touching them and clicking on them, I used to be able to pick whole sections.
View 6 Replies
View Related
Jun 28, 2013
I have created a web document of 1024px 72 dpi on a macbook Pro retina, I want to use a screen dump file, I have inserted copy - paste this in the file, it is more than 2 times bigger. What is wrong. I am used to work on a PC windows..
View 4 Replies
View Related