AutoCAD .NET :: Select Entity With In Line Closed AND Not Using Editor?

Jan 1, 2014

I want to load file with database.ReadDwgFile

i dont want use editor (i don't want use CommandFlags.Session)

after the load in the database (see my code for xdb), i want to select all bloc within a closed line entity (within the xdb)

but how to do that whitout editor (editor..SelectWindowPolygon )

here my code for load each file , and mémorize all block for each file
 
Dim CollDocOuvert As New Collection For Each NomFichier In Fenetre.CollFichier 'recherche et extraction des blocs Dim Fichier As New IO.FileInfo(NomFichier) If Fichier.Exists = True Then GestionAUTOCAD.TxtOnLigneCOmmande("Gestion du

[Code]....

StatusLabelBar is a component of my form for write msg. is use me.refresh and a timer (1s) for refresh my form. (a trick i have found for do this [if you have better trick i take it.])

View 9 Replies


ADVERTISEMENT

AutoCAD .NET :: If Selected Entity Xdata Contains Value Then Select Additional Entity

May 22, 2013

I would like to add additional entities to the selection if any of the selected entities contains a an xdata value.

If I put the condition into the ImpliedSelectionChanged reactor I imagine will probably loop back on itself.

View 9 Replies View Related

Revit :: Cannot Select Line Styles In Family Editor

Nov 13, 2013

Why am I not able to select Line Styles in the family editor? This is the case for both creating new families and editing existing ones. See attached image for clarification

View 6 Replies View Related

AutoCAD .NET :: Select Overrule Entity

Jul 23, 2012

I have a question regarding object overrule.

Simple example, when overrule Line entity  to draw three entities Line, Text, Circle when selecting overruled Line is it possible  to identify what object have been selected (in this example it could be Line, Text, Circle).

View 3 Replies View Related

AutoCAD LT :: Unable To Select More Than One Entity

Jul 8, 2013

For some strange reason i'm suddenly unable to select more than one entity just by clicking with my mouse.

for eg if i select a line and try to select a second one ,the first automatically is deselected.

i'm only able to select multiple entities using the" cross windowing" or 'fulyl windowing' an entity.

this is only a recent occurence  and i suspect i may have inadvertently pressed some key.

View 5 Replies View Related

AutoCAD .NET :: Select Entity And Set It On Middle Of Screen?

Aug 27, 2013

is there any entity stutas for selecting?like use mouse select? But do'nt use mouse to select.

View 1 Replies View Related

AutoCAD Inventor :: How To Select Entity From Global X Y Z Position

Dec 21, 2013

I am new to Inventor API, but have some experiences in SolidWorks API. 

How can I select an entity at a given spacial point (x, y, z)? For example, I want to select a face or edge that is on a given (x, y, z) point. I can not find such an API, except for interactive selections.

View 3 Replies View Related

AutoCAD .NET :: Select Entity Or Pick Insertion Point?

Aug 4, 2011

know if there is a command which joins GetEnttiy() and GetPoint() functions. At the moment I'm using both commands one after another. Result I want would be one command where you can choose entity or select insertion point.

View 6 Replies View Related

AutoCAD .NET :: Prompt Line Entity From The User?

Aug 16, 2012

How could I prompt a "two points" line entity from the user?

Something similar to " Editor.GetPoint() " ??

I was trying to use Editor.GetPoint() method two times. But this option does not show the preview of a line.

I also tried a combination of

doc.SendStringToExecute("line ");
db.ObjectAppended += new ObjectEventHandler(LineAppended);

but this option triggers LineAppended event handler as soon as I create the first point of a line. So it does not work.

View 1 Replies View Related

AutoCAD Map 3D :: Select Objects Within Closed Polyline?

May 23, 2011

Is there a way to select objects within a closed polyline? I thought there was but I can't remember how to do it.

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Select Entity With Options To Type In Text / Pick Point

Nov 6, 2013

I am looking for some code that would allow me to select a MTEXT Entity - or other entity -  (as the DEFAULT option) but also to allow me to type in some text manually or to pick a point in the drawing. Something that would present the user with:

"Select an object or [P to pick a point]"  or

"Select MTEXT or [M to type].

I can write some code to type in text manually as the default option and get the second option to select entity using get string and then write some condition of if code but I don't know how to do it having entsel as default option.

View 3 Replies View Related

AutoCAD LT :: Unable To Move An Entity Along Line A Specific Distance?

Apr 18, 2012

RE: Autocad LT not able to move an entity along a line a specific distance using cursor snap and dynamic input

What I want to do is move a line on an angle a certain distance in the direction of the line itself in this case 20mm

What used to happen is you'd simply select move and an endpoint on the line then hover over the mid or opposite endpoint of the line and enter 20 and it would move 20mm along the trajectory of the line.

The same set of actions now only seem to allow you to move the entity 100mm (the default value) along itself in the correct direction. If you enter 20 it does not move and if you enter 50 it moves 100!

View 9 Replies View Related

AutoCAD VB :: Drawing Closed Polyline Use The Effect Looks Like WPolygon Of Select

Mar 30, 2012

I need user to draw a closed ployline. Is it possible to use VBA to code a procedue that the effect looks like the WPolygon of select ?(2 rubber-band lines)

View 1 Replies View Related

AutoCad :: How To Select All Object Or Line With Single Select

Oct 4, 2013

master im new in autocad 2014....i have a problem now when i select line or object it highlight or make a broken line....but when i select the other object or line my previous selected back to normal..i mean i can select only one line if i use single selecting....how to select all object or line with single select continuously, except using hold left click...

View 1 Replies View Related

AutoCAD Civil 3D :: Break A Closed Feature Line

Jul 28, 2011

I often use feature lines for parking lots and ponds.  They're great when they work, but they drive me NUTS when they don't - which is a lot of the time.  For parking lots and ponds, my feature lines usually close back on themselves.  That's when I have trouble breaking the feature line.  When I use BREAKFEATURE, I choose two points and this should, in theory, leave a gap in the feature line between those two points.  That's not what happens.  I end up with a huge gap between the first point I picked and a vertex point 5 or 6 vertices away.  It doesn't matter where I pick the breaking points.

I've also tried TRIMFEATURES.  I draw lines across the feature line where I would have chosen the breaking points.  But the portion that I want to remove is the portion that always remains.  It doesn't matter where I select the feature line to be trimmed (inside or outside of the cutting edges).

I think there may something wrong with the feature line itself.  Sometimes, if I erase the original and draw a new one, it will trim just fine.  But that's such a headache, and it doesn't always work.  If I knew what was causing the feature lines to go squirrely,  I would aviod it.  Unfortunately, it seems like breathing the wrong way can screw up a feature line.

View 4 Replies View Related

AutoCad 3D :: Extrude 2D Closed Polyline In Straight Line?

Nov 20, 2008

I'm trying to model a 3d leadscrew. How can I extrude a 2d closed polyline in a straight line while at the same time twisting it (360° twist for every 1.5" along the path). I've tried loft, sweep, extrude all using the helix as a path. When I can get a result, it ends up being a corkscrew.

View 9 Replies View Related

AutoCAD 2013 :: Select Line Then Enter Command - Line Unselects

Jun 28, 2012

if I select a line, then enter the move command, the line unselects also when I select a line, then hit delete, the line is still there both of these used to work

2013 Civil 3D

View 2 Replies View Related

AutoCAD Civil 3D :: 97 Contour Pass Through A Closed Feature Line With Elevations Between 97.3 And 97.8?

Feb 23, 2012

How does a 97 contour pass through a closed feature line with elevations between 97.3 and 97.8?

C3D 2011 (latest updates)

Win 7 Pro, 64-bit

16 GB RAM

View 3 Replies View Related

AutoCAD Inventor :: Making Line Configurations Closed Shapes For Extrusion?

Mar 7, 2011

I just completed a sketch for a simple part I'm working on. It contains some arcs, lines, and rectangles that I've drawn. When I went to extrude them to make the sketch 3D, not all of the shapes I created could be extruded, presumably because in my sketch the lines/arcs did not come together properly to create a closed shape.

View 9 Replies View Related

AutoCAD VB :: Select Line And Move The Line To Another Layer

May 12, 2011

I wan't to move a line with color red and linetype continuous on layer Kader to another layer called Plaatuitslag.

Which code must I use to select the specific line and move it to the other layer Plaatuitslag?

Is it something like If line has color red and linetype continuous then move etc??

At the end i wan't to select all objects in the drawing which aren't on layer Plaatuitslag and delete all those objects.

View 1 Replies View Related

AutoCAD LT :: Updating Proxy Entity - Can Proxy Entity Attributes Be Changed

Feb 27, 2012

want to upated attributes in proxy entity is this possible?

View 1 Replies View Related

AutoCAD 2010 :: Closed Polyline Not Showing As Closed Section

Apr 10, 2012

I have used PEDIT to join multiple polylines, which now appear as polylines. But when I use QSELECT to show all open (non-closed) section, one polyline still shows up as open.

I've attached the file I'm working on. The polyline in question is the green outline on the object on the right.

View 4 Replies View Related

AutoCad 2D :: Multi Line Text Editor

Jun 6, 2012

when I go to edit a text in my drawing using dd edit. The text I want to edit is Italic T, but when I start typing it automatically changes to Txt. font. So every time when I'm done typing I have to highlight everything I typed and change the font manually. On an older computer I had I never had to do this.

View 0 Replies View Related

AutoCAD LT :: Command Line Based Text Editor For Scripts

Jan 20, 2012

I need a command line based text editor for scripts.  Textedit wants to use an in place editor.  Switching DTEXTED does not make a difference. 

LT, C3D 2005 - 2014
XP, Vista, 7

View 9 Replies View Related

AutoCAD Civil 3D :: Feature Line Elevation Editor In 2013

Oct 13, 2012

The way I used to adjust feature lines was to highlight the node I wanted to adjust and then raise or lower that elevation incrementally until I got to a grade that worked. 

Now I've noticed that when I highlight a node and hit the button to raise or lower, it forgets which node I had highlighted after the first press.  This is a problem because now I either have to click on the node every time, because if I don't it will raise or lower the elevation of the entire feature line. 

View 2 Replies View Related

Photoshop Elements :: Select A Thumbnail From Organizer / It Will Not Open In Editor

Nov 26, 2012

I have Elements 10 when I select a thumbnail from organizer it will not open in editor what do I do?

View 14 Replies View Related

AutoCAD Civil 3D :: Feature Line Elevation Editor Point Marker?

Mar 24, 2008

Is there any way to increase the size of the marker that shows up on the plan view when you select a PI in the elevation editor? It is so small that if I have the feature line selected I can't see the marker over the highlighted line. I generally have to zoom to a PI so I can see where I am.

View 6 Replies View Related

Maya Modeling :: Unable To Select Inputs In Channel Box / Layer Editor?

Apr 3, 2012

I'm having a problem with being able to select inputs in the Chanel box / layer editor ! I am using maya 2012 on a MacBook pro , for instance if I create a cylinder ,when it's created I bring up the Chanel box , I have : pCylinder1 then the boxes for adjusting the xyz axis etc , then shapes / pCylinderShape1 , and that's it ! I have no inputs tab to adjust sub-divisions etc ?? Have I not got something selected

View 1 Replies View Related

Illustrator :: Multiple Offset Outlines On Closed Or Non-closed Path

Sep 27, 2013

i want to have multiple offsetoutlines on a closed or non-closed path. with "offset path" i can make only one additional outline but i need multiple?
 
i searched all over the net for answers with no success.

View 4 Replies View Related

Maya Animation :: Select Clips In Trax Editor To Turn Them Into Single Clip

Nov 2, 2011

I've used Trax to create a number of animation clips for a character in a video game. I can create more complex animations by arranging several of these in the Trax editor and setting blends.

What I would like to know is: can I select several scheduled clips in the Trax editor and turn those into a single clip? Like if I had two walk cycles that blend into a jump, could I select those and create a single walk-then-jump clip which would appear in the visor, and which I could then drag into the Trax editor as a single unit?

View 1 Replies View Related

3ds Max Modeling :: UV Editor - Green Lines Running Around Object When Select Model Polys

May 15, 2013

When opening the uv editor when I select the model polys, I have green lines running around the object. I'm guessing these are mapping seams automatically generated? but I'm not sure. I'm trying to add my own so rather than delete the green ones, I'd like to add to them.

View 3 Replies View Related







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