Search found 27 matches
- 09 Oct 2017, 09:21
- Forum: CADEditorX
- Topic: How to modify by programming "display form'" -> "options"
- Replies: 3
- Views: 67811
Re: How to modify by programming "display form'" -> "options
hello
I need to be sure that:
- the "ribbon menu style" ("style de menu ruban" ) box is checked
- the "color scheme" ("schème de couleurs") is "office 2010 blue" ("office 2010 blue")
thanks
xavier
I need to be sure that:
- the "ribbon menu style" ("style de menu ruban" ) box is checked
- the "color scheme" ("schème de couleurs") is "office 2010 blue" ("office 2010 blue")
thanks
xavier
- 03 Oct 2017, 12:05
- Forum: CADEditorX
- Topic: How to modify by programming "display form'" -> "options"
- Replies: 3
- Views: 67811
How to modify by programming "display form'" -> "options"
Hello
in the Demo program, it 's possible to modify "display form'" -> "options". (cf attachment)
what xml command can do this?
thanks
xavier
in the Demo program, it 's possible to modify "display form'" -> "options". (cf attachment)
what xml command can do this?
thanks
xavier
- 15 Sep 2016, 15:53
- Forum: CADEditorX
- Topic: How to transform the CADEditorX activeX to viewver ?
- Replies: 1
- Views: 18878
How to transform the CADEditorX activeX to viewver ?
Hello
I would like to transform CADEditorX to viewver.
The goal is that:
- The user has to use my interface (my buttons, my menus).
- The user can not change directly the dxf by the mouse and keyboard
How to do ?
best regards
xavier
I would like to transform CADEditorX to viewver.
The goal is that:
- The user has to use my interface (my buttons, my menus).
- The user can not change directly the dxf by the mouse and keyboard
How to do ?
best regards
xavier
- 15 Sep 2016, 15:31
- Forum: CADEditorX
- Topic: How to do the CADView fonction "ScaleImage" with CADEditor ?
- Replies: 1
- Views: 20086
How to do the CADView fonction "ScaleImage" with CADEditor ?
Hello
Before, I used CADViewX.
I did, for a program, a class using the ActiveX CADViewX.
Today, I use CADeditorX.
I want to translate my class for CADViewX in a class for CADeditorX.
How does it function "scaleImage" in CADeditorX?
Thank you in advance
Xavier
Before, I used CADViewX.
I did, for a program, a class using the ActiveX CADViewX.
Today, I use CADeditorX.
I want to translate my class for CADViewX in a class for CADeditorX.
How does it function "scaleImage" in CADeditorX?
Thank you in advance
Xavier
- 20 Mar 2014, 11:09
- Forum: CADViewX
- Topic: Find an entity with this handle
- Replies: 5
- Views: 59820
Re: Find an entity with this handle
hello
cadviewxpro.exe 9.2.5.1 , allows it to access entities by handles?
Xavier
cadviewxpro.exe 9.2.5.1 , allows it to access entities by handles?
Xavier
- 20 Mar 2014, 10:55
- Forum: CADViewX
- Topic: find if a file .DXF is in inches or millimeters
- Replies: 1
- Views: 25441
find if a file .DXF is in inches or millimeters
Hello I use cadviewxpro Version 8.2.0.3. I'm trying to determine if a file .DXF is in inch or millimeter. For this, I use ICADViewX.LoadFile Method to open the file .DXF then ICADViewX.Millimetres Property But whatever the file, whether it is in inch or millimeter in, ICADViewX.Millimetres Property ...
- 03 Sep 2013, 18:50
- Forum: CADViewX
- Topic: Find an entity with this handle
- Replies: 5
- Views: 59820
Find an entity with this handle
Hello I know the handle of a entity. I would like to retrieve the corresponding entity. Is there a function like this? (Entity ^ CadHandleToEntity (Long CadHandle)) For now I'm with a loop but it is not optimal. Thank you in advance Regards Xavier ____________________________________________________...
- 11 Apr 2013, 13:27
- Forum: CADViewX
- Topic: how to delete an Entity
- Replies: 3
- Views: 31572
Re: how to delete an Entity
Thank you
It works.
There's just one thing I do not understand.
The delete function is defined as "Function Delete () As Boolean '.
Delete deletes correctly and returns false. .... ???
It works.
There's just one thing I do not understand.
The delete function is defined as "Function Delete () As Boolean '.
Delete deletes correctly and returns false. .... ???
- 09 Apr 2013, 18:38
- Forum: CADViewX
- Topic: how to delete an Entity
- Replies: 3
- Views: 31572
how to delete an Entity
hello
when i want to add an entity , i use the AddEntity Method,
but how to delete an entity to a draw ?
xavier
when i want to add an entity , i use the AddEntity Method,
but how to delete an entity to a draw ?
xavier
- 21 Jan 2013, 14:06
- Forum: CADViewX
- Topic: How to add a block in a CADImage ?
- Replies: 8
- Views: 58812
Re: How to add a block in a CADImage ?
thanks
it works.
good day
it works.
good day
- 16 Jan 2013, 11:58
- Forum: CADViewX
- Topic: How to add a block in a CADImage ?
- Replies: 8
- Views: 58812
Re: How to add a block in a CADImage ?
Hello I tested the code in c #. I thought the line of code "cxIns.Point CADViewX1.MkFPoint = (150, 150, 0);" allowed to indicate the coordinates of the block insertion. But whatever the chosen coordinates, the block always appears in the same place. I tested with (0,0,0) then I tested with (150,150,...
- 14 Jan 2013, 20:35
- Forum: CADViewX
- Topic: How to add a block in a CADImage ?
- Replies: 8
- Views: 58812
- 14 Jan 2013, 20:35
- Forum: CADViewX
- Topic: add a rectangle programmatically
- Replies: 7
- Views: 53136
- 08 Jan 2013, 16:34
- Forum: CADViewX
- Topic: How to recognize on which entity is clicked?
- Replies: 11
- Views: 78575
Re: How to recognize on which entity is clicked?
Thanks
it works
it works
- 03 Jan 2013, 13:56
- Forum: CADViewX
- Topic: How to recognize on which entity is clicked?
- Replies: 11
- Views: 78575
Re: How to recognize on which entity is clicked?
hello
an idea of why "selected.count" is equal to zero when I select an entity?
an idea of why "selected.count" is equal to zero when I select an entity?