NXOpen.UF.Modeling.DevchkAdjacentEdges

Modeling.DevchkAdjacentEdges()

Refer to UF_MODL_devchk_adjacent_edges for documentation.

Signature: DevchkAdjacentEdges(numFaces, faces, tolerances, numChkPoints)

Parameters:
  • numFaces (int) – Number of input faces for deviation checking
  • faces (list of Tag) – Array of face tags to be checked.
  • tolerances (float) – [0] - Common Edge Tolerance: Edges with maximum distance greater than this value are non-common edges [1] - Chordal Deviation: Used for sampling the edges if num_chk_points is zero.
  • numChkPoints (int) – if non-zero, edges are sampled at equallyspaced parameter values. if zero, Chordal Deviation is used for sampling.
Returns:

A Tuple

Return type:

A tuple consisting of (numDevs,devs)

numDevs(int): Number of deviations returned.

devs(list of ``NXOpen.UF.Modl.DevchkEeInfo` Refer to UF_MODL_devchk_ee_info_s for documentation.`): deviations information correspondingto each sample point. The caller is responsible for calling UF_free to free this array.

License requirements: SOLIDS MODELING