surface_ids[2]
|
(int)
|
Identifies surfaces connected to the edge
|
direction[2]
|
(int)
|
Direction of the edge in either surface. This is 1 if the edge is oriented in the same direction as the surface boundary, -1 if it is oriented in the opposite direction.
|
uv_points[ ][4]
|
(dbl)
|
Array of boundary points
uv_points[i][0] = u in surface 1
uv_points[i][1] = v in surface 1
uv_points[i][2] = u in surface 2
uv_points[i][3] = v in surface 2
|
curve_type
|
(int)
|
Type of curve represented by the edge
|
curve
|
(curve structure)
|
Corresponding 3D curve
|
uv_curves [2]
|
(component structure)
|
Curves on each side surface
|