NXOpen.UF.ModlFeatures.AskHollowData

ModlFeatures.AskHollowData()

Refer to UF_MODL_ask_hollow_data for documentation.

Signature: AskHollowData(featureId, type)

Parameters:
  • featureId (Tag) – Feature identifier
  • type (int) – Hollow type:1 = face 2 = region 3 = body
Returns:

A Tuple

Return type:

A tuple consisting of (tolerance,thickness,nPiercedFaces,piercedFaces,nBoundaryFaces,boundaryFaces,nOffsetFaces,offsetFaces,offsetThickness)

tolerance(float): Tolerance.

thickness(str): Default thickness. This must be freed bycalling UF_free.

nPiercedFaces(int): Number of pierced faces

piercedFaces(list of Tag): n_pierced_facesArray of pierced face identifiers. This array must be freed by calling UF_free.

nBoundaryFaces(int): Number of boundary faces

boundaryFaces(list of Tag): n_boundary_facesArray of boundary face identifers. This array must be freed by calling UF_free.

nOffsetFaces(int): Number of offset faces

offsetFaces(list of Tag): n_offset_facesArray of offset face ids. This array must be freed by calling UF_free.

offsetThickness(list of str): n_offset_facesArray of offset thickness expressions. This array must be freed by calling UF_free_string_array.

License requirements: None