Gets the continuity used for each edge in the boundary.
edges |
BRepEdge[] |
Output array containing all of the BRepEdge objects in the boundary. |
continuity |
integer[] |
Output array the same size as the edges array that defines the continuity to apply to the edge in the same index in the edges array. The values are obtained from the SurfaceContinuityTypes enum and passed in as an integers. |
weight |
double[] |
Output array the same size as the edges array that defines the weight applied to the edge in the same index in the edges array. If the continuity of an edge is ConnectedSurfaceContinuityType, the weight value should be ignored. |
isContinuityDirectionFlipped |
boolean[] |
Output array the same size as the edges array that defines which of the two faces the edge connects to is used in computing the continuity direction. If the continuity is ConnectedSurfaceContinuityType or the edge is an open edge and only connected to a single face, the value should be ignored.
If false, the face associated with the first co-edge returned by the edge is used. |