UF_SCOP_ask_row_column_count (查看源代码)
定义在: uf_scop.h
概述
This function returns the number of rows and columns in the drive surface
grid for a Surface Contouring operation using the Surface Area drive
method.
环境
内部和外部
历史
Released in NX3.0
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_SCOP_ask_row_column_count
(
tag_t object_tag,
int * num_row,
int * num_col
)
| tag_t (tag_t类型) | object_tag | Input(输入) | The operation object |
| int * (整数型指针) | num_row | Output(输出) | Number of rows in the drive surface grid |
| int * (整数型指针) | num_col | Output(输出) | Number of columns in the grid |
UF_SCOP_ask_tx_intp_data_type (查看源代码)
定义在: uf_scop.h
概述
This function asks the data type of the given interpolation vectors
for a Surface Contouring operation using the Surface Area drive
method and Interpolation tool axis. This function also returns the error
code. If return is not zero, error happens.
环境
内部和外部
历史
Released in NX3.0
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_SCOP_ask_tx_intp_data_type
(
tag_t object_tag,
UF_SCOP_tx_intp_data_type_t * tx_intp_data_type
)
UF_SCOP_ask_tx_intp_method (查看源代码)
定义在: uf_scop.h
概述
This function asks the interpolation method of the given vectors
for a Surface Contouring operation using the Surface Area drive
method and Interpolation tool axis. This function also returns the error
code. If return is not zero, error happens.
环境
内部和外部
历史
Released in NX3.0
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_SCOP_ask_tx_intp_method
(
tag_t object_tag,
UF_SCOP_tx_intp_method_t * tx_intp_method
)
UF_SCOP_ask_tx_intp_vector_data (查看源代码)
定义在: uf_scop.h
概述
This function asks the vector data for a Surface Contouring operation
using the Surface Area drive method and Interpolation tool axis.
This function also returns the error code.
If return is not zero, error happens.
环境
内部和外部
历史
Released in NX3.0
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_SCOP_ask_tx_intp_vector_data
(
tag_t object_tag,
int * count,
UF_SCOP_vector_data_t * * vector_data
)
| tag_t (tag_t类型) | object_tag | Input(输入) | The operation object |
| int * (整数型指针) | count | Input(输入) | The number of the vector data set |
| UF_SCOP_vector_data_t * * | vector_data | Output to be freed 输出并释放 | the vector data list The data list must be freed by the user using UF_free() |
UF_SCOP_display_uv_dirs (查看源代码)
定义在: uf_scop.h
概述
Displays UV grid directions on a surface.
环境
Internal Only
历史
Released in NX3.0
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_SCOP_display_uv_dirs
(
tag_t object_tag
)
UF_SCOP_eval_grid (查看源代码)
定义在: uf_scop.h
概述
Evaluates a grid of surfaces at a input parameter position.
This function takes an optional entity to evaluate. This will only be
used in the case where the parameter position is on a boundary point
between two surfaces and the tag is one of the two surfaces to evaluate.
If the parameter position is not on a boundary the entity will be ignored.
If the parameter position is on a boundary and the tag is not one of the
surfaces that contains the parameter position an error will be given.
环境
内部和外部
历史
Released in NX3.0
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_SCOP_eval_grid
(
tag_t object_tag,
double * uv,
tag_t entity,
UF_MODL_SRF_VALUE_p_t srf_value
)
UF_SCOP_get_next_drive_point (查看源代码)
定义在: uf_scop.h
概述
This function reads through the file of drive points in a Surface
Contouring operation using the Surface Area drive method and returns the
next position. The data for the drive point is returned with respect to
the absolute coordinate system.
环境
内部和外部
历史
Released in NX3.0
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_SCOP_get_next_drive_point
(
tag_t object_tag,
UF_DRPOS_id_t * drpos,
int * point_count
)
| tag_t (tag_t类型) | object_tag | Input(输入) | The operation object |
| UF_DRPOS_id_t * | drpos | Output(输出) | The next drive point |
| int * (整数型指针) | point_count | Output(输出) | Number of points returned so far |
UF_SCOP_rewind_drive_point (查看源代码)
定义在: uf_scop.h
概述
This function rewind the Drive Points of a Surface
Contouring operation to the beginning, such that the next call to
UF_SCOP_get_next_drive_point will output the very first Drive Point.
There is no need to call this function if UF_SCOP_get_next_drive_point
hasn't been called on the Surface Contouring operation.
环境
内部和外部
参见
UF_SCOP_get_next_drive_point
历史
Released in NX3.0
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_SCOP_rewind_drive_point
(
tag_t object_tag
)
UF_SCOP_set_tx_intp_data_type (查看源代码)
定义在: uf_scop.h
概述
This function sets the data type of the given interpolation vectors
for a Surface Contouring operation using the Surface Area drive
method and Interpolation tool axis. This function also returns the error
code. If return is not zero, error happens.
环境
内部和外部
历史
Released in NX3.0
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_SCOP_set_tx_intp_data_type
(
tag_t object_tag,
UF_SCOP_tx_intp_data_type_t tx_intp_data_type
)
UF_SCOP_set_tx_intp_method (查看源代码)
定义在: uf_scop.h
概述
This function sets the interpolation method of the given vectors
for a Surface Contouring operation using the Surface Area drive
method and Interpolation tool axis. This function also returns the error
code. If return is not zero, error happens.
环境
内部和外部
历史
Released in NX3.0
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_SCOP_set_tx_intp_method
(
tag_t object_tag,
UF_SCOP_tx_intp_method_t tx_intp_method
)
UF_SCOP_set_tx_intp_vector_data (查看源代码)
定义在: uf_scop.h
概述
This function sets (add, modify, delete) the vector data for a Surface
Contouring operation using the Surface Area drive method and Interpolation
tool axis. This function also returns the error code. If return is not zero,
error happens. Please notice each corner on the Drive surface must be set
a vector. Otherwise, this function returns error.
环境
内部和外部
历史
Released in NX3.0
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_SCOP_set_tx_intp_vector_data
(
tag_t object_tag,
int count,
UF_SCOP_vector_data_t * vector_data,
logical * all_on_surface
)
| tag_t (tag_t类型) | object_tag | Input(输入) | The operation object |
| int (整数型) | count | Input(输入) | Number of vector data set |
| UF_SCOP_vector_data_t * | vector_data | Input(输入) | The vector data list |
| logical * | all_on_surface | Output(输出) | Flag to indicate whether all the locations (xyz) of the input vectors are on the surface. If it returns FALSE, some vectors are moved to the closest points on the surface. |