|
马上注册,结交更多同行朋友,交流,分享,学习。
您需要 登录 才可以下载或查看,没有帐号?注册
x
我想编一个利用两个点创建一条直线的小程序,但函数UF_CURVE_create_line_point_point当中的参数不知该如何设置,请大家帮忙。
extern int UF_CURVE_create_line_point_point (
tag_t point1,
tag_t point2,
UF_CURVE_limit_p_t limit_p[ 2 ],
tag_t support_plane,
logical is_asso,
tag_p_t line_feature_id );
tag_t point1 Input tag of start point
tag_t point2 Input tag of end point
UF_CURVE_limit_p_t limit_p[ 2 ] Input extension limits
tag_t support_plane Input tag of support plane of the line
logical is_asso Input true - if associative, false - if not associative
tag_p_t line_feature_id Output if is_asso == TRUE - object identifier of new associtive line feature
if is_asso == FALSE - object identifier of new associtive line
红色部分 limit_p[2] 该如何设置啊?
哪位大哥能给一个写好的代码让我学习学习么? 我看了半天帮助也没弄明白。 |
|