iCAx开思工具箱

标题: 知道一个直线的tag_t,用什么函数才能获得它的颜色? [打印本页]

作者: poncho_wang    时间: 2004-10-19 14:54
标题: 知道一个直线的tag_t,用什么函数才能获得它的颜色?
坐标用F_CURVE_ask_line_data,
可是颜色呢?
或者还有更其他的参数?
作者: huashanyjj    时间: 2004-10-19 18:57
UF_OBJ_ask_display_properties
  
Returns the display properties (layer, color, blank status, line width,
and font) for an object.
  
See Also
  
For structure see UF_OBJ_disp_props_t
  
extern int UF_OBJ_ask_display_properties (
tag_t object_id,  
UF_OBJ_disp_props_p_t disp_props );
  
tag_t  object_id Input Object identifier of object to query  
UF_OBJ_disp_props_p_t  disp_props Output Display properties of object of inquiry  
  
Environment
Internal and External
作者: zzz    时间: 2004-10-19 20:20
UF_OBJ_ask_display_properties()
作者: poncho_wang    时间: 2004-10-19 20:53
谢谢~~~~~




欢迎光临 iCAx开思工具箱 (https://t.icax.org/) Powered by Discuz! X3.3