查看单个帖子
旧 2009-05-06, 07:51 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】oddbleaderhasarrowhead

oddbleader::hasarrowhead
oddbleader::hasarrowhead
i've attached an example file containing a leader entity. i'm using oddbleader::hasarrowhead to determine if this leader has an arrow head or not.
the 2.1.1.0 version of the dwgdirect libraries return true from this function.
the 2.5.1.0 version of the dwgdirect libraries return false from this function.
if i look in the file then i see that the arrow head code (group code 71) is set to 1, which means enabled. both odamfcapp and autocad draw the leader with an arrow.
is this a bug in dwgdirect, or should i be calling a different method to determine if the leader has an arrow head?
attached files
since 2.1 hasarrowhead() was synchronized with arx.
group code 71value is now returned by isarrowheadenabled().
hasarrowhead() returns if arrow head is visible (it can be invisible if segment length near arrow is too short.
comparison for length in hasarrowhead() was incorrect (it should be >= instead of > ).
i entered cr 5186 for it.
the fix will be available in next release (2.6.2 or later)
sergey slezkin
thanks sergey, changing the call from hasarrowhead() to isarrowheadenabled() does what i want and fixes my test failure.
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)