购买视频教程请加微信:13890821008 QQ:85585969
点此查看 >> NX 二次开发零基础入门与提高视频教程全集
点此查看 >> NX CAM 加工模块二次开发视频教程全集
关于等参数曲线的创建函数
hbd1983
18年前
16725
6
购买与咨询 NX 二次开发视频教程,请联系微信号:13890821008 QQ号:85585969
extern int UF_MODL_create_isocurve (
tag_t face_id,
int uv_flag,
double parameter,
double dist_tol,
tag_t ** isocurve_id,
int * isocurve_cnt );
| tag_t | face_id | Input | The face identifier. |
| int | uv_flag | Input | 1 = create curve along u isoparameter. 2 = create curve along v isoparameter. |
| double | parameter | Input | Parameter at which to create the curve. |
| double | dist_tol | Input | Tolerance value. The tolerance is only used when the input face is foreign or an offset of a non analytic face. |
| tag_t ** | isocurve_id | Output to be freed | Array of isoparametric curve identifiers. You may get multiple curves if the face is trimmed. The allocated arrays must be freed with UF_free(). |
| int * | isocurve_cnt | Output | Number of curves created.
0
最新回复 (6)
|

