Search found 4 matches

by bobpenas
18 Jan 2016, 18:09
Forum: CAD .NET
Topic: CADEditorControl Help
Replies: 3
Views: 18295

Re: CADEditorControl Help

Hi, 1) Works good. 2) The CADEditorControl.CalculateNewSizeImage method only zooms in on the original DXF drawing and does not include any lines or arcs that were added. Here is how I am adding an arc to the drawing. Should I be doing something different? private void button3_Click(object sender, Ev...
by bobpenas
17 Jan 2016, 00:07
Forum: CAD .NET
Topic: CADEditorControl Help
Replies: 3
Views: 18295

CADEditorControl Help

Hello I am using the CADEditorControl to load a DXF file and would like help with the following: 1) Disable the user's ability to select entities on the screen with the mouse. In a sense make the CAD drawing read only. 2) After adding a Line or Arc programmatically, how can I do a Zoom All? Thanks, ...
by bobpenas
14 Jan 2016, 17:08
Forum: CAD .NET
Topic: Add Line or Arc to CADEditorControl
Replies: 2
Views: 14836

Re: Add Line or Arc to CADEditorControl

Thank you.
by bobpenas
14 Jan 2016, 01:59
Forum: CAD .NET
Topic: Add Line or Arc to CADEditorControl
Replies: 2
Views: 14836

Add Line or Arc to CADEditorControl

How can I programmatically add a line or arc to a loaded drawing using the CADEditorControl?
Thanks,
Bob