Search found 10 matches

by Sergi
13 Jul 2012, 11:03
Forum: CAD .NET
Topic: convert text entities to lines and arcs
Replies: 11
Views: 44198

Re: convert text entities to lines and arcs

Hello Alexander, - The resolution is not 1 unit -> 1 mm HPGL. Long arc entities have only a few points. - If I increase text height the resulting HPGL file is the same ! More units not give me more points. - I've tried SHX fonts with no new effect. - On Mainform() cadImage.Converter.SHXSettings.UseS...
by Sergi
11 Jul 2012, 11:02
Forum: CAD .NET
Topic: convert text entities to lines and arcs
Replies: 11
Views: 44198

Re: convert text entities to lines and arcs

Hello Alexander, I've tried export to hpgl (bad resolution for arcs and splines) and cgm (better than hpgl, but not good, and moreover resizes the original). You answered me an email telling that CADtoHPGL.Settings.XScale works incorrectly in current software version and you are working for fixing t...
by Sergi
10 Jul 2012, 18:10
Forum: CAD .NET
Topic: convert text entities to lines and arcs
Replies: 11
Views: 44198

Re: convert text entities to lines and arcs

Hello Alexander,

but how can I get the PolyPoints of the CADText entity ?

Sergi
by Sergi
09 Jul 2012, 17:40
Forum: CAD .NET
Topic: convert text entities to lines and arcs
Replies: 11
Views: 44198

Re: convert text entities to lines and arcs

Hello Alexander,

I need a way to extract vertices from CADText entities.

I've been working with hgpl and cgm export without good results.

SHX font could help me to achive my goal ?

Sergi.
by Sergi
09 Jul 2012, 10:38
Forum: CAD .NET
Topic: convert text entities to lines and arcs
Replies: 11
Views: 44198

convert text entities to lines and arcs

Hello,

Is there a way to convert text entities to lines and arcs ?

Best regards.
by Sergi
19 Apr 2012, 10:27
Forum: CAD .NET
Topic: Markers
Replies: 6
Views: 27054

Re: Markers

Hello Alexander,

if i disable this line :

cadImage.SetNewEntityMarkerPos(p2.X - this.cadImage.CurrentMarker.Point.X, p2.Y - this.cadImage.CurrentMarker.Point.Y, p1.Z);

in public void SetNewMarkerPosition()

then I can't move vertices.

Regards.
by Sergi
18 Apr 2012, 19:11
Forum: CAD .NET
Topic: Markers
Replies: 6
Views: 27054

Re: Markers

Hello Alexander,

thanks for your quick answers !

SelectionEntityMode.Disabled don't allow moving the entities. I need to move them, but not to modify their structure ...

What's the difference between Standard and Professional License ?

Thanks.
by Sergi
18 Apr 2012, 18:04
Forum: CAD .NET
Topic: Markers
Replies: 6
Views: 27054

Re: Markers

Hello Alexander,

so, how can I avoid users to move vertices ?

Thanks.
by Sergi
18 Apr 2012, 14:03
Forum: CAD .NET
Topic: Markers
Replies: 6
Views: 27054

Markers

Hello,

- How can I show/hide markers ?

- How can I add new markers ?

Thanks in Advance!
by Sergi
09 Jan 2012, 13:14
Forum: CAD .NET
Topic: Rotate and non-editable
Replies: 1
Views: 11600

Rotate and non-editable

Hello ,

- How can I rotate a CADArc and a CADEllipse? (I've achived to rotate CADLWPolyline, CADSpline ....)

- How can I make a non-editable and non-moveable CADEntity? (Figure in background)

Thanks in advance.

Best regards.