Search found 27 matches
- 16 Jan 2008, 21:42
- Forum: CAD .NET
- Topic: Text with styles
- Replies: 3
- Views: 14164
- 10 Jan 2008, 23:35
- Forum: CAD .NET
- Topic: Text with styles
- Replies: 3
- Views: 14164
Text with styles
Hi
Could you give me some examples on how to create several texts with different styles (bold, underlined, different fonts...)
I am using CADImport.NET and VB
Thanks and happy new year
Could you give me some examples on how to create several texts with different styles (bold, underlined, different fonts...)
I am using CADImport.NET and VB
Thanks and happy new year
- 14 Nov 2007, 12:02
- Forum: CAD .NET
- Topic: Osnap feature
- Replies: 15
- Views: 54477
- 13 Nov 2007, 16:14
- Forum: CAD .NET
- Topic: Osnap feature
- Replies: 15
- Views: 54477
Ok, but I made a whole project based on Viewer Demo Ñ—how can I remove that restriction? In previous version I could see the knots. If the restriction is in terms of licensing for professional version or similar, we can talk about it, but at the moment I am stuck at this point and I need to finish t...
- 13 Nov 2007, 15:06
- Forum: CAD .NET
- Topic: Osnap feature
- Replies: 15
- Views: 54477
Thanks Sergey, but whe I select any entity (lines, polylines,...) I cannot see the "knots" you say. In the previous version, entity was selected, changed its appearance (dashed linetype) and a yellow "knot" was shown in any vertex. a pink knot was "CurrentMarker" but it didn't have the "point" prope...
- 13 Nov 2007, 11:55
- Forum: CAD .NET
- Topic: Osnap feature
- Replies: 15
- Views: 54477
Thank you Sergey. now the Marker Object has gor the "Point" property. The problem is than I cannot see the markers! the FCADImage.CurrentMarker is always "Nothing" I use this code inside my MouseMove handler: If Me.ModoREFENT Then Me.SelEnt = Me.FCADImage.SelectExt(e.X, e.Y, True, True) If Not (SelE...
- 13 Nov 2007, 10:21
- Forum: CAD .NET
- Topic: Osnap feature
- Replies: 15
- Views: 54477
- 12 Nov 2007, 11:53
- Forum: CAD .NET
- Topic: Osnap feature
- Replies: 15
- Views: 54477
- 09 Nov 2007, 23:11
- Forum: CAD .NET
- Topic: Osnap feature
- Replies: 15
- Views: 54477
- 05 Nov 2007, 22:29
- Forum: CAD .NET
- Topic: Osnap feature
- Replies: 15
- Views: 54477
- 03 Nov 2007, 23:03
- Forum: CAD .NET
- Topic: Osnap feature
- Replies: 15
- Views: 54477
Osnap feature
Hi, I am managing with "OSNAP" feature. Ñ—How can I retrieve the highlighted point in a selected entity? I am using the following code in my cadpictbox_mousemove method If Me.OSNAPMode Then Me.SelEnt = Me.FCADImage.SelectExt(e.X, e.Y) If Not (SelEnt Is Nothing) Then SelEnt.Selected = False FCADImage...
- 25 Jul 2007, 22:22
- Forum: CAD .NET
- Topic: Drawing with linetypes
- Replies: 4
- Views: 15591
- 23 Jul 2007, 20:39
- Forum: CAD .NET
- Topic: Drawing with linetypes
- Replies: 4
- Views: 15591
Thank you, Sergey, I realise it is a good and simple example but I was looking for an "explanation". For instance, Ñ—what can I do with <i>LType.Pen.DashStyle</i>? Ñ—Can I make more "complex" linetypes? Ñ—How? Ñ—Which are the limits? Ñ—What does exactely mean LineTypeScale? Ñ—What are Ticks? I am su...
- 20 Jul 2007, 00:03
- Forum: CAD .NET
- Topic: Drawing with linetypes
- Replies: 4
- Views: 15591
Drawing with linetypes
Hello
Please could you explain a bit about drawing polylines with different linetypes? I'm using CadImport.NET and VB
Thanks!!
Please could you explain a bit about drawing polylines with different linetypes? I'm using CadImport.NET and VB
Thanks!!
- 16 Jul 2007, 13:55
- Forum: CAD .NET
- Topic: Updating extents of drawing
- Replies: 5
- Views: 18920