NXOpen.UF.ModlGeneral.BooleanUdf1

ModlGeneral.BooleanUdf1()

Refer to UF_MODL_boolean_udf_1 for documentation.

Signature: BooleanUdf1(udfId, targetFace, toolFace, toolDir, numTargetFaces, targetFaces, numToolFaces, toolFaces, included, targetBody, flip)

Parameters:
  • udfId (Tag) – udf feature id
  • targetFace (Tag) – datum plane id or a face on the target body
  • toolFace (Tag) – face on the udf tool body
  • toolDir (list of float) – X direction of the tool
  • numTargetFaces (int) – length of target faces array
  • targetFaces (list of Tag) – array of trimming faces on the target body
  • numToolFaces (int) – length of tool faces array
  • toolFaces (list of Tag) – array of faces on udf body which are included or excluded
  • included (bool) – true for included faces, or false for excluded faces
  • targetBody (Tag) – the target body with which the udf will be booleaned
  • flip (bool) – true to accept the datum plane direction, false to flip the datum pside
Returns:

this tag should be used for all subsequent calls to this udf

Return type:

Tag

License requirements: SOLIDS MODELING