![]() |
【转帖】rendering 9access To Higher Entities0
rendering (access to higher entities)
rendering (access to higher entities) hello, in dwgdirect reference i have read, that at rendering dxf/dwg drawing, application can get also higher entities than only lines, by overriding specific methods: // receives 3d circle data from the dwgdirect rendering framework. void circle(const odgepoint3d& center, double radius, const odgevector3d& normal); is this possible only at retrieving 3d vectors, or it can be done also at 2d vectors? i vectorize the drawing into 2d drawing. now i use only polylinedc and polygondc methods, which means, that i get only lines and fills. can i get access also to higher entities? i have another question regarding rendering: why is viewport border rendered through polygondc method? in old viewkit it was correctly rendered as polyline and not as polygon. regards, tomaz in dd 1.09 higher level entities can be get by application only as 3d geometry (like circle method you mentioned). 1.10 will contain functionality to get them projected on viewing plane. in autocad viewport is rendered by polygon() method. but note that fill mode can be turned off. in such case polygon is rendered by its border. sergey slezkin |
所有的时间均为北京时间。 现在的时间是 01:16 AM. |