Search found 31 matches
- 12 Jan 2021, 12:50
- Forum: CAD .NET
- Topic: Rotate Spline Entitie
- Replies: 2
- Views: 2519
Re: Rotate Spline Entitie
Ok now work fine Thanks Mikhail '*********************************************************************************************** Dim vSpline As CADSpline vSpline = CType(CADDiseño.CurrentLayout.Entities(h), CADSpline) If vSpline.FitCount > 0 Then For hh As Integer = 0 To vSpline.FitCount - 1 vSpline...
- 11 Jan 2021, 19:00
- Forum: CAD .NET
- Topic: vDrawing.rotate
- Replies: 6
- Views: 5128
Re: vDrawing.rotate
Ok Mikail now log work with facebook acount
Thanks
Thanks
- 25 Nov 2020, 19:31
- Forum: CAD .NET
- Topic: vDrawing.rotate
- Replies: 6
- Views: 5128
vDrawing.rotate
Hi We have a question How to rotate a vDrawing space. We use that code to rotate a cad design the code work fine and the cad design image in our app screen rotate well but when we read the point values of the different entities that make up the design they are with the pre-rotation values. Is there ...
- 19 Nov 2020, 12:22
- Forum: CAD .NET
- Topic: inside or outside
- Replies: 8
- Views: 5306
Re: inside or outside
OK thanks Mikhail
- 18 Nov 2020, 13:15
- Forum: CAD .NET
- Topic: inside or outside
- Replies: 8
- Views: 5306
Re: inside or outside
Hi Mikhail Sorry for not explaining myself correctly. I'm going to try again. In the attached drawing we have a design. We have to search for all entities within entity 0 column A shows all the entities that the function should return as true public static bool IsEntity1InsideEntity2 (CADEntity ent1...
- 17 Nov 2020, 13:28
- Forum: CAD .NET
- Topic: inside or outside
- Replies: 8
- Views: 5306
Re: inside or outside
Hi Mikhail In the attached file we need to know all the existing entities within the first entitie number 0 we use DRect.Contains () but return that are true entities that are not inside entity 0 because that entity is inside in of box but not within the entity Exist another way to make this thanks
- 17 Nov 2020, 12:25
- Forum: CAD .NET
- Topic: inside or outside
- Replies: 8
- Views: 5306
Re: inside or outside
thanks Mikhail
- 12 Nov 2020, 20:11
- Forum: CAD .NET
- Topic: inside or outside
- Replies: 8
- Views: 5306
inside or outside
Is there any way to know if one entity is inside or outside of another?
Thanks
Thanks
- 30 Oct 2020, 11:43
- Forum: CAD .NET
- Topic: Copy Entities
- Replies: 2
- Views: 2362
Re: Copy Entities
thanks Mikhail
- 29 Oct 2020, 14:42
- Forum: CAD .NET
- Topic: Copy Entities
- Replies: 2
- Views: 2362
Copy Entities
Hi it is posible copy one Entitie from one Vdrawing structure to other one in the same proyect in our proyect we have two structures cadimage Public vDrawing As CADImage Public vDrawing2 As CADImage our question is it posible copy one entitie from vDraving to vDrawing2 maintaining all of its positio...
- 12 Aug 2020, 11:59
- Forum: CAD .NET
- Topic: vDrawing.AbsWidth
- Replies: 1
- Views: 2112
vDrawing.AbsWidth
Hi
the propertis vDrawing.AbsWidth and vDrawing.AbsHeight what is their equivalence in mm or pixels?
Thanks
the propertis vDrawing.AbsWidth and vDrawing.AbsHeight what is their equivalence in mm or pixels?
Thanks
- 10 Jun 2020, 11:46
- Forum: CAD .NET
- Topic: Circle G-Code
- Replies: 1
- Views: 2507
Circle G-Code
Good morning We have a problem with a conversion to G-code. When we have a entie arc the converison to G-code makes a starting point, an end point and radius with this data we can calculate the angles and make the arc, but with a entitie circle when translated to g code we have that the start and en...
Re: Show help
ok thanks Mikhail
Show help
Hi
in Help web menu
https://es.cadsofttools.com/help/cadnet ... ers--.html
the items show in Russian language is posible show this in English or download this doc ?
thanks
in Help web menu
https://es.cadsofttools.com/help/cadnet ... ers--.html
the items show in Russian language is posible show this in English or download this doc ?
thanks
G Code
Good morning
We have a question. Is it possible to contemplate decimals in conversion to g-code ?
We see that if it is a value with decimals it rounds it and when we process the code g the result produced does not fit in dimensions with the original.
Thanks
We have a question. Is it possible to contemplate decimals in conversion to g-code ?
We see that if it is a value with decimals it rounds it and when we process the code g the result produced does not fit in dimensions with the original.
Thanks