NXOpen.UF.Sf.CreateHardpointOnGeom

Sf.CreateHardpointOnGeom()

Refer to UF_SF_create_hardpoint_on_geom for documentation.

Signature: CreateHardpointOnGeom(geomTag, refPoint)

Parameters:
  • geomTag (Tag) – The tag of the geometry that the hardpoint should be associated to. This geometry can be either a face, an edge or a curve.
  • refPoint (list of float) – The 3d location of reference point in absolute csys. The actual hardpoint location will be determined by projecting this point on to a face or computing minimum distance of this point to an edge or curve.
Returns:

The tag of the hardpoint created

Return type:

Tag

License requirements: None