ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Drawing open ellipse

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
exchangeviews Posted - Mar 01 2015 : 00:50:50
Is there a way to draw ellipse object like shown in below image:


4   L A T E S T    R E P L I E S    (Newest First)
spetric Posted - Mar 02 2015 : 02:00:57
Hi,

Object you want to draw is some kind of spiral ellipse. The best way to draw it is, to find somewhere on the web, an equation for such object and then calculate points of an object and save them as polyline (iekPolyline).

I've found a similar object on this page:

http://cp.literature.agilent.com/litweb/pdf/ads2008/gcc/ads2008/Second_Spiral_Example.html

In paragraph "Make an Elliptical Spiral" you'll find an explanation.
xequte Posted - Mar 01 2015 : 17:58:49
Hi

Yes, unfortunately there are no smoothing algorithms in ImageEn. You could try porting spetric's polyline simplification code:

http://www.imageen.com/ieforum/topic.asp?whichpage=0.95&TOPIC_ID=1446#6437


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
exchangeviews Posted - Mar 01 2015 : 07:33:27
Thanks Nigel,

With vectorial demo, I am only able to draw an open ellipse as shown below, no smoothness is here:




any help?
xequte Posted - Mar 01 2015 : 02:48:09
Hi

Yes, you can use the iekPOLYLINE object with TImageEnVect. See the Vectorial demo for more information.

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com