NXOpen.UF.Std.ImportStlBinaryFile

Std.ImportStlBinaryFile()

Refer to UF_STD_import_stl_binary_file for documentation.

Signature: ImportStlBinaryFile(filename, parameters)

Parameters:
  • filename (str) – Name of binary STL file
  • parameters (NXOpen.UF.Std.StlParams Refer to UF_STD_stl_params_s for documentation.) – STL import parameters
Returns:

A Tuple

Return type:

A tuple consisting of (numFacets,topology)

numFacets(int): Number of facets specified in the STL file

topology(Tag): Topology tag of new facet model

License requirements: None