Search found 6 matches
- 23 Dec 2024, 17:43
- Forum: CAD .NET
- Topic: Explode CAD drawing
- Replies: 1
- Views: 775
Explode CAD drawing
Hello,
I am loading a dwg with nested inserts, I think the inserts reference a block that is reused.
How would I explode all entities in CAD.NET?
I am loading a dwg with nested inserts, I think the inserts reference a block that is reused.
How would I explode all entities in CAD.NET?
- 23 Dec 2024, 14:17
- Forum: CAD .NET
- Topic: Extract 100% of all geometry data
- Replies: 1
- Views: 466
Extract 100% of all geometry data
Hello,
I am trying to use CAD.NET to get all geometry data from a cad drawing to implement a custom renderer. Before I continue, is it possible to acquire 100% of geometry data from the cad drawing?
Thanks
I am trying to use CAD.NET to get all geometry data from a cad drawing to implement a custom renderer. Before I continue, is it possible to acquire 100% of geometry data from the cad drawing?
Thanks
- 05 Jul 2023, 17:17
- Forum: CAD .NET
- Topic: .NET 6 Compatability
- Replies: 3
- Views: 2474
Re: .NET 6 Compatability
Thank you for the response.
We are currently running version 12.1.0.21127 of the CADImport.dll. Would we need to upgrade?
If we do need to upgrade will version 15 maintain compatability or is there breaking changes between versions.
Thanks,
Mike
We are currently running version 12.1.0.21127 of the CADImport.dll. Would we need to upgrade?
If we do need to upgrade will version 15 maintain compatability or is there breaking changes between versions.
Thanks,
Mike
- 03 Jul 2023, 10:23
- Forum: CAD .NET
- Topic: .NET 6 Compatability
- Replies: 3
- Views: 2474
.NET 6 Compatability
Hello,
We are trying to migrate our .NET Framework 4.6 application to .NET 6.
We are still using Windows Forms but our code seems to have a rendering issue causing nothing to be drawn.
Can anyone confirm if it should be possible to migrate CAD .NET applications to .NET 6?
Thanks,
Mike
We are trying to migrate our .NET Framework 4.6 application to .NET 6.
We are still using Windows Forms but our code seems to have a rendering issue causing nothing to be drawn.
Can anyone confirm if it should be possible to migrate CAD .NET applications to .NET 6?
Thanks,
Mike
- 16 Aug 2018, 13:42
- Forum: CAD .NET
- Topic: Move to CADEntity
- Replies: 5
- Views: 14990
Re: Move to CADEntity
Thank you for the response this works well!
- 08 Aug 2018, 18:29
- Forum: CAD .NET
- Topic: Move to CADEntity
- Replies: 5
- Views: 14990
Move to CADEntity
Does anyone have any sample code that can center a CAD Image over a given CADEntity? I dont want to change the current scale I would just like to move the view so the selected CADEnitiy is centeral. Below is my current none working attempt. What I am trying to do here is convert the coordinate syste...