NXOpen.UF.Bound.CreateBoundary

Bound.CreateBoundary()

Refer to UF_BOUND_create_boundary for documentation.

Signature: CreateBoundary(openClosedFlag, viewTag, tol, numMembers, objectList)

Parameters:
  • openClosedFlag (int) – the boundary is a openor closed boundary. UF_BOUND_OPEN: the boundary is open. UF_BOUND_CLOSED: the boundary is closed.
  • viewTag (Tag) – view tag for mapping on a drawing.NULL_TAG – No particular view to be specified
  • tol (NXOpen.UF.Bound.Tolerance Refer to UF_BOUND_tolerance_s for documentation.) – specified boundarytolerance
  • numMembers (int) – number of objects in theobject list to construct the boundary
  • objectList (list of NXOpen.UF.Bound.Object Refer to UF_BOUND_object_s for documentation.) – object list to constructthe boundary
Returns:

tag of created boundaryobject

Return type:

Tag

License requirements: CAM BASE