NXOpen.UF.Sf.CreateUgs2dMeshWithHdpts

Sf.CreateUgs2dMeshWithHdpts()

Refer to UF_SF_create_ugs_2d_mesh_with_hdpts for documentation.

Signature: CreateUgs2dMeshWithHdpts(meshParms, numGeoms, geomsP, numHardpoints, hardpointsP)

Parameters:
  • meshParms (NXOpen.UF.Sf.Ugs2dMeshParms Refer to UF_SF_ugs_2d_mesh_parms_s for documentation.) – Parameters which control the required 2d Mesh
  • numGeoms (int) – Number of polygon geometries to be meshed
  • geomsP (list of Tag) – Tag of the polgyon geometries to mesh. Could be a geometric face or a sheet body
  • numHardpoints (int) – Number of hard points to honor in the mesh.
  • hardpointsP (list of Tag) – Array of tags of the hardpoints to honor. These points should spacially be on the interior of the polygon face, and should not be associated to the polygon face, but rather just points out in space.
Returns:

Tag of the created mesh

Return type:

Tag

License requirements: None