点击查看详细介绍

请问support_plane怎么创建?

ftftftftft 18年前 7619 2

购买与咨询 NX 二次开发视频教程,请联系微信号:13890821008  QQ号:85585969  


UF_CURVE_create_arc_center_radius等命令 都需要一个support_plane

请问support_plane怎么创建???

我用UF_MODL_create_plane怎么不行啊!??



备注:
下面这几个命令都要support_plane:
UF_CURVE_create_arc_center_radius
UF_CURVE_create_arc_center_tangent
UF_CURVE_create_arc_point_center
UF_CURVE_create_arc_point_point_radius
UF_CURVE_create_arc_point_point_tangent
UF_CURVE_create_arc_point_tangent_point
UF_CURVE_create_arc_point_tangent_radius
UF_CURVE_create_arc_point_tangent_
UF_CURVE_create_arc_tangent_point_point
UF_CURVE_create_arc_tangent_point_tangent
UF_CURVE_create_arc_tangent_tangent_point
UF_CURVE_create_arc_tangent_tangent_radius[/url]

0

最新回复 (2)
  • sac807 18年前
    1

    呵呵,用创建平面的函数(UF_MODEL里面),也可以用NULL。
    int UF_MODL_create_plane
    (
    double origin_point [ 3 ] ,
    double plane_normal [ 3 ] ,
    tag_t * plane_tag
    )
    有一点和法矢就可以建立面。

  • ftftftftft 18年前
    2

    楼上
    我就是用这个创建的 但不成功!

    能否举一个UF_CURVE_create_arc_center_radius使用的例子吗?

请登录后发表新帖