Search found 10 matches
- 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...
- 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...
- 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
but how can I get the PolyPoints of the CADText entity ?
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.
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.
- 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.
Is there a way to convert text entities to lines and arcs ?
Best regards.
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.
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.
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.
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.
Re: Markers
Hello Alexander,
so, how can I avoid users to move vertices ?
Thanks.
so, how can I avoid users to move vertices ?
Thanks.
Markers
Hello,
- How can I show/hide markers ?
- How can I add new markers ?
Thanks in Advance!
- How can I show/hide markers ?
- How can I add new markers ?
Thanks in Advance!
- 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.
- 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.