NXOpen.UF.Sf.CreateSweptHexMesh

Sf.CreateSweptHexMesh()

Refer to UF_SF_create_swept_hex_mesh for documentation.

Signature: CreateSweptHexMesh(solidBody, sourceFace, midnodes, elemSize)

Parameters:
  • solidBody (Tag) – The tag of the polygon solid body to mesh
  • sourceFace (Tag) – The tag of the face to use as the source polygon face for sweeping.
  • midnodes (bool) – If TRUE, Hex20s will be created. If FALSE, Hex8s will be created.
  • elemSize (float) – Desired element size. This will be used to mesh the source polygon face and determine the number of sweeping layers.
Returns:

The tag of the mesh created.

Return type:

Tag

License requirements: None