Search found 27 matches

by zebiya
16 Jan 2008, 21:42
Forum: CAD .NET
Topic: Text with styles
Replies: 3
Views: 14164

Thanks Sergey, very useful.

Could you explain to me the effects of this line?

Me.cadImage.Converter.PointDisplayMode = 0

Besides Ñ—Which fontnames can I use?

Thanks again

Alfredo
by zebiya
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
by zebiya
14 Nov 2007, 12:02
Forum: CAD .NET
Topic: Osnap feature
Replies: 15
Views: 54477

Ok Sergey, i am waiting for your e-mail. Please take into account the urgency of this point for me.

Thank you very much
by zebiya
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...
by zebiya
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...
by zebiya
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...
by zebiya
13 Nov 2007, 10:21
Forum: CAD .NET
Topic: Osnap feature
Replies: 15
Views: 54477

Hello Sergey

I have already sent the mail. Please answer soon [;)]

Regards

Alfredo Chofre
by zebiya
12 Nov 2007, 11:53
Forum: CAD .NET
Topic: Osnap feature
Replies: 15
Views: 54477

In the version I have got, object MarKer has just the "Selected" property, and the methods "Equals" "GetHashCode" "GetType" "Paint" "ReferenceEquals" and "ToString"

Maybe I haven't got the latest version, mine has date of 28/06/2007 Ñ—Could you please tell me? Thanks Sergey
by zebiya
09 Nov 2007, 23:11
Forum: CAD .NET
Topic: Osnap feature
Replies: 15
Views: 54477

OK, OK... but what I want is the point!!! the marker is quite cool but I need coordinates [:)]

I cannot manage to get coordinates from that marker object.

Please tell me something, it is quite urgent for me.

Thanks a lot!!!
by zebiya
05 Nov 2007, 22:29
Forum: CAD .NET
Topic: Osnap feature
Replies: 15
Views: 54477

ÐŽPlease don't forget me!
by zebiya
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...
by zebiya
25 Jul 2007, 22:22
Forum: CAD .NET
Topic: Drawing with linetypes
Replies: 4
Views: 15591

Thanks a lot for your help. It is just what I needed

Greetings
by zebiya
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...
by zebiya
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!!
by zebiya
16 Jul 2007, 13:55
Forum: CAD .NET
Topic: Updating extents of drawing
Replies: 5
Views: 18920

Thanks a lot Sergey, but I am using VB.NET and I am not very used to read C# code. I tried to translate, but I'm getting very strange results, so I beg you to post the code in VB, please.