Search found 32 matches
- 19 Jul 2019, 14:06
- Forum: CAD .NET
- Topic: Spline with dwg files and from blocks
- Replies: 1
- Views: 4648
Spline with dwg files and from blocks
Hi,
I want to know how can I get Spline from blocks or from DWG file?
Regards,
Shiv
I want to know how can I get Spline from blocks or from DWG file?
Regards,
Shiv
- 18 Jul 2019, 19:19
- Forum: CAD .NET
- Topic: Please let me know how I can get entire blocks and layers and their properties
- Replies: 8
- Views: 10351
Re: Please let me know how I can get entire blocks and layers and their properties
Thank you for your help, Mikhail. In my drawing, there are around 80 blocks and they are having any random names like ( "GL-50", "DL-30", etc), so if I want to categorize them then do I need to filter them one by one? because I can't see any product category when I am reading them from code. Regards...
- 18 Jul 2019, 19:14
- Forum: CAD .NET
- Topic: Need to know the control and its method
- Replies: 6
- Views: 7552
Re: Need to know the control and its method
Thank you for your help, Mikhail. I am so sorry I was referring the wrong project.
Regards,
Shiv
Regards,
Shiv
- 18 Jul 2019, 19:12
- Forum: CAD .NET
- Topic: how to get Layout list and Entities list in file ViewerControlMainForm.cs file
- Replies: 11
- Views: 11527
Re: how to get Layout list and Entities list in file ViewerControlMainForm.cs file
I am so sorry about creating the confusion, Mikhail. Yes, you were right it was showing the only single layout at a time. Thanks a lot for your help.
Is there any way to filter the layouts with the names and display them as required.
Regards,
Shiv
Is there any way to filter the layouts with the names and display them as required.
Regards,
Shiv
- 17 Jul 2019, 20:29
- Forum: CAD .NET
- Topic: Need to know the control and its method
- Replies: 6
- Views: 7552
Re: Need to know the control and its method
Thank you for quick reply Mikhail,
I could not find anything with text "stBar" in the Viewercontrolmainform.cs file. However, I have found the control with the name "StatusBarPanelVisible", is this the correct control you were telling me about?
Regards,
Shiv
I could not find anything with text "stBar" in the Viewercontrolmainform.cs file. However, I have found the control with the name "StatusBarPanelVisible", is this the correct control you were telling me about?
Regards,
Shiv
- 17 Jul 2019, 20:21
- Forum: CAD .NET
- Topic: how to get Layout list and Entities list in file ViewerControlMainForm.cs file
- Replies: 11
- Views: 11527
Re: how to get Layout list and Entities list in file ViewerControlMainForm.cs file
Hi Mikhail,
Currently, it is showing the entire.DWG file in viewer editor even after assigning the layout[0]th index to the viewer control.
Also, please let me know the function, control, and event names that are used for the same in Cadviewer control demo.
Thanks,
Shiv
Currently, it is showing the entire.DWG file in viewer editor even after assigning the layout[0]th index to the viewer control.
Also, please let me know the function, control, and event names that are used for the same in Cadviewer control demo.
Thanks,
Shiv
- 17 Jul 2019, 20:10
- Forum: CAD .NET
- Topic: how to get Layout list and Entities list in file ViewerControlMainForm.cs file
- Replies: 11
- Views: 11527
Re: how to get Layout list and Entities list in file ViewerControlMainForm.cs file
Thank you so much for your help, Mikhail. I have tried the below code for showing the model in the cad viewer control but instead of showing model, it is still showing.DWG drawing. if (CADImage != null) { try { List<CADLayout> layouts = new List<CADLayout>(); for (int i = 0; i < CADPictureBox.Image....
- 17 Jul 2019, 19:44
- Forum: CAD .NET
- Topic: Need to know the control and its method
- Replies: 6
- Views: 7552
Re: Need to know the control and its method
Thank you for your reply, Mikhail. If possible for you Could you please share the code for the same I want to implement the same thing in my code as well.
Regards,
Shiv
Regards,
Shiv
- 17 Jul 2019, 12:02
- Forum: CAD .NET
- Topic: Need to know the control and its method
- Replies: 6
- Views: 7552
Need to know the control and its method
Hi Mikhil,
I just need to know the control and its methods which are used for showing the status in file ViewerControlMainForm.cs file (viewer control demo).
Thanks,
Shiv
I just need to know the control and its methods which are used for showing the status in file ViewerControlMainForm.cs file (viewer control demo).
Thanks,
Shiv
- 17 Jul 2019, 08:23
- Forum: CAD .NET
- Topic: how to get Layout list and Entities list in file ViewerControlMainForm.cs file
- Replies: 11
- Views: 11527
Re: how to get Layout list and Entities list in file ViewerControlMainForm.cs file
Hi Mikhail, Thanks for your reply. yes, the model is part of my existing design and I have got it from layout collection. Also, my layouts return me multiple things(e.g . Models, rules, etc), How I can filter them and show them on CAdviewer control one by one. Please let me know how I can pass and s...
- 16 Jul 2019, 12:25
- Forum: CAD .NET
- Topic: how to get Layout list and Entities list in file ViewerControlMainForm.cs file
- Replies: 11
- Views: 11527
Re: how to get Layout list and Entities list in file ViewerControlMainForm.cs file
Sorry for the late reply, Thanks a lot for your help, Mikhail. Now I am able to get all entities and blocks in my drawing. I just wanted to know how I can show my model into Cadviewer control?
Regards,
Shiv
Regards,
Shiv
- 11 Jul 2019, 16:06
- Forum: CAD .NET
- Topic: how to get Layout list and Entities list in file ViewerControlMainForm.cs file
- Replies: 11
- Views: 11527
how to get Layout list and Entities list in file ViewerControlMainForm.cs file
Hi Mikhail, Need one help from your side. I want to get the control of Layout list, Block and Entities. Do we have such kind of control in our CAD.Net library in ViewerControlMainForm.cs file(Viewer control demo) ?. So I can access the control and perform some action on that. Also, do let me know al...
- 10 Jul 2019, 20:29
- Forum: CAD .NET
- Topic: Please let me know how I can get entire blocks and layers and their properties
- Replies: 8
- Views: 10351
Re: Please let me know how I can get entire blocks and layers and their properties
Thanks a lot for your help, Mikhail. Product categories mean like in my drawing there are different types of blocks and layers are available. Some of the blocks belong from hypermarket, few of them are from supermarket and remainings are from grocery market products, so I want to display blocks as p...
- 10 Jul 2019, 08:00
- Forum: CAD .NET
- Topic: How to insert blocks in CAD.net and how we can extend them
- Replies: 12
- Views: 14570
Re: How to insert blocks in CAD.net and how we can extend them
Thanks for the reply, Mikhail.
Regards,
Shiv
Regards,
Shiv
- 10 Jul 2019, 07:58
- Forum: CAD .NET
- Topic: How to add layers in CAD.net
- Replies: 10
- Views: 11398
Re: How to add layers in CAD.net
Thank you so much for your help, Mikhail. Really appreciate your help.