NXOpen.UF.Wave.CreateLinkedRegion

Wave.CreateLinkedRegion()

Refer to UF_WAVE_create_linked_region for documentation.

Signature: CreateLinkedRegion(nSeedFaces, seedFaces, nBoundaryFaces, boundaryFaces, xform, objectInPart, updateAtTimestamp, traverseInteriorEdges, deleteOpenings)

Parameters:
  • nSeedFaces (int) – The number of seed faces.
  • seedFaces (list of Tag) – The array of seed faces.
  • nBoundaryFaces (int) – The number of boundary faces.
  • boundaryFaces (list of Tag) – The array of boundary faces.
  • xform (Tag) – The transform which determines the position of the linked feature relative to its source geometry. Must be NULL_TAG (apply no transformation) or an assy_ctxt_xform in the same part as object_in_part whose to_part_occ contains the body.
  • objectInPart (Tag) – Determines the part within which the new feature is made.
  • updateAtTimestamp (bool) – If true, the linked region feature updates at a time determined by its creation timestamp. If false, the feature updates after its source faces body is completely generated.
  • traverseInteriorEdges (bool) – If true, the traversal algorithm passes through holes in the body. if false, it only passes over the outside surface of the body.
  • deleteOpenings (bool) – If true, any holes in the resulting sheet are closed up; if false they are left.
Returns:

The tag of the new linked region feature.

Return type:

Tag

License requirements: ASSEMBLIES MODULE