Search found 12 matches

by rtec
05 Aug 2017, 00:27
Forum: CAD .NET
Topic: Selecting multiple markers
Replies: 1
Views: 14527

Selecting multiple markers

Hi,
Is there anyway to select multiple markers of a selected entity.

Thanks
Ravi
by rtec
30 May 2017, 18:10
Forum: CAD .NET
Topic: CADImageEnt disappears when zoomed.
Replies: 2
Views: 18390

Re: CADImageEnt disappears when zoomed.

HI,
I found some temporary workaround for this problem, reloading the entity after moving seems to be fixing this issue "cadEditorcontrol.Image.Converter.Loads(MovedEntity).


Thanks
Ravi
by rtec
24 May 2017, 18:40
Forum: CAD .NET
Topic: CADImageEnt disappears when zoomed.
Replies: 2
Views: 18390

CADImageEnt disappears when zoomed.

Hi, I programmatically added CADImageEnt, it works fine till I move the entity in the CADEditor, Once moved, when ever I zoom in image disappears from the display and come back if I zoom out. I saw the same behavior in CADEditorDemo application. To reproduce the issue. 1. Load a CAD file. 2. Add CAD...
by rtec
21 Sep 2016, 19:17
Forum: CAD .NET
Topic: Importing CADInsert
Replies: 2
Views: 16971

Re: Importing CADInsert

so I need to manually do the rotation, scaling and offset to get exact location of each entity in the block and it gets little more complicated in case of multilevel inserts.

-Ravi
by rtec
14 Sep 2016, 22:04
Forum: CAD .NET
Topic: Alternative to Block Editor
Replies: 2
Views: 16154

Re: Alternative to Block Editor

Hello Mikhail, Thanks for your reply. So you mean I need to follow your import example to iterate through each entity and convert each vertex of the entity manually. Just curious since you have to do all these calculations during drawing anyway, why not expose those routines so that developers don't...
by rtec
14 Sep 2016, 20:46
Forum: CAD .NET
Topic: Alternative to Block Editor
Replies: 2
Views: 16154

Alternative to Block Editor

HI, Since CADEditorControl do not have block editing capabilities, I want to convert all inserts in cadimage into appropriate cadentities and create a new cad image from these entities so that user can select individual entities instead of selected whole insert. Is there any way to convert all inser...
by rtec
14 Sep 2016, 20:26
Forum: CAD .NET
Topic: CADEditor Features
Replies: 5
Views: 29737

Re: CADEditor Features

HI,
I don't want to hide the entities, entities should be visible but not selectable.

Thanks
Ravi
by rtec
13 Sep 2016, 19:20
Forum: CAD .NET
Topic: Scaling and rotating CADImage
Replies: 2
Views: 21584

Scaling and rotating CADImage

Hello,
Is there any way to rotate and scale the cadImage, Not just display, I want given rotation and scale to be applied for all entities itself.

Thanks
Ravi
by rtec
13 Sep 2016, 18:52
Forum: CAD .NET
Topic: Creating bitmap using selected CADEntities
Replies: 1
Views: 13621

Creating bitmap using selected CADEntities

Hello, I want to create a bitmap using only the selected CADEntities (in CADEditorControl). I think easy way to do is to set visible property to false for all non selected CADEntities and save it as bitmap, but I don't want to iterate through all CADEntities so tried creating a new cad image and use...
by rtec
13 Sep 2016, 17:48
Forum: CAD .NET
Topic: CADEditor Features
Replies: 5
Views: 29737

Re: CADEditor Features

HI Mikhail, "Is it possible to disable user selection for individual entities in CADEditor Control?" -Ravi Do you want to prevent particular entities from being selected or unselect them programmatically? If you want to unselect particular entities, what criteria (CADEntity properties) should be use...
by rtec
13 Sep 2016, 00:21
Forum: CAD .NET
Topic: Importing CADInsert
Replies: 2
Views: 16971

Importing CADInsert

HI,
How to import a specific insert from a CADImage.
I tried using selectedCadInsert.Converter.Iterate, but it is iterating through all the entities in the cadimage not just entities in the insert.

Thanks
Ravi
by rtec
13 Sep 2016, 00:01
Forum: CAD .NET
Topic: CADEditor Features
Replies: 5
Views: 29737

CADEditor Features

Hi,
I am using CADEditorControl in my application,
Is it possible to disable user selection for individual entities in CADEditor Control?

Is there any way to click and select individual entities in a block instead of entire block getting selected?


Thanks
Ravi