NX/UG二次开发—Parasolid—PK_EDGE_ask_convexity

判断实体边的凸凹性

NX/UG二次开发—Parasolid—PK_EDGE_ask_convexity_第1张图片

Convexity

Value

Example

convex

PK_EDGE_convexity_convex_c

NX/UG二次开发—Parasolid—PK_EDGE_ask_convexity_第2张图片

concave

PK_EDGE_convexity_concave_c

NX/UG二次开发—Parasolid—PK_EDGE_ask_convexity_第3张图片

variable
the convexity varies along the edge

PK_EDGE_convexity_variable_c

NX/UG二次开发—Parasolid—PK_EDGE_ask_convexity_第4张图片

smooth flat
parallel surface normals, both faces have zero face curvature

PK_EDGE_convexity_smooth_flat_c

smooth convex
edge convexity is smooth, both faces have positive curvature (or one has zero, one has positive)

PK_EDGE_convexity_smooth_cvx_c

NX/UG二次开发—Parasolid—PK_EDGE_ask_convexity_第5张图片

smooth concave
edge convexity is smooth, both faces have negative curvature (or one has zero, one has negative)

PK_EDGE_convexity_smooth_ccv_c

NX/UG二次开发—Parasolid—PK_EDGE_ask_convexity_第6张图片

smooth inflection
edge convexity is smooth, faces have opposite curvature

PK_EDGE_convexity_smooth_inf_c

NX/UG二次开发—Parasolid—PK_EDGE_ask_convexity_第7张图片

smooth variable

edge convexity is smooth, some parts are smooth convex, some parts are smooth concave

PK_EDGE_convexity_smooth_var_c

NX/UG二次开发—Parasolid—PK_EDGE_ask_convexity_第8张图片

knife convex
surface normals are anti-parallel and the sum of the curvatures is non-negative

PK_EDGE_convexity_knife_cvx_c

NX/UG二次开发—Parasolid—PK_EDGE_ask_convexity_第9张图片

knife concave
surface normals are anti-parallel and the sum of the curvatures is non-positive

PK_EDGE_convexity_knife_ccv_c

NX/UG二次开发—Parasolid—PK_EDGE_ask_convexity_第10张图片

你可能感兴趣的:(edge,前端)