problem while saving, after adding polylines
problem while adding polylines
hi all..
i have developed an mfc application using dwgdirect 1.11 library. i just want to add apolyline to the dwg drawing. and i've added the polyline.
i have a query.
i'm using odgepoint3d() for initializing the points. but when i give the points for the polyline, its drawing in some wrong coordinate. ie. the position changes from the coordinate, which i've given for drawing the polylines.
how can this be solved. is there any additions to be made in the coordinates.?
thanks & regards,
rajesh parameswaran
last edited by rajuinnet; 4th august 2004 at 03:02 amfff">.
rajuinnet
# 4th august 2004, 08:13 am
moderator join date: dec 1969
posts: 811
in our odamfcapp sample application, the cdwgviewer:

nlbuttondown() function (kappendline case) demonstrates the addition of a simple line to a database. you might compare what you are doing to that.
npeterson
# 4th august 2004, 10:49 pm
registered user join date: jul 2004
location: india
posts: 82
hi ,
thank you for your reply. it worked successfully.
thanks & regards
rajesh parameswaran
rajuinnet
none
? | ?
thread tools
display modes
linear mode
search this thread
rate this thread
excellent
good
average
bad
terrible
posting rules
you may post new threads
you may post replies
you may post attachments
you may edit your posts
is on
are on
code is off
html code is off
forum jump
user control panel private messages subscriptions who's online search forums forums home general topics news questions and remarks business issues industry commentary general software issues documentation issues future directions dwg libraries dwgdirect.net dwgdirect, c++ version dwgdirectx, activex version adtdirect/c3ddirect opendwg toolkit/viewkit dgn libraries dgndirect, c++ version (2.x+) dgndirect libraries (legacy 0.99xx)
all times are gmt -7. the time now is 01:03 amfff">.
- - -
copyright ?2000 - 2009, jelsoft enterprises ltd.
copyright 1998-2008 open design alliance inc.
in our odamfcapp sample application, the cdwgviewer:

nlbuttondown() function (kappendline case) demonstrates the addition of a simple line to a database. you might compare what you are doing to that.
hi ,
thank you for your reply. it worked successfully.
thanks & regards
rajesh parameswaran