NXOpen.UF.Std.ImportVrmlFile

Std.ImportVrmlFile()

Refer to UF_STD_import_vrml_file for documentation.

Signature: ImportVrmlFile(filename, parameters)

Parameters:
  • filename (str) – Name of file to import
  • parameters (NXOpen.UF.Std.VrmlParams Refer to UF_STD_vrml_params_s for documentation.) – aImport parameters
Returns:

A Tuple

Return type:

A tuple consisting of (numErrors,numWarnings,nTopologies,topologies)

numErrors(int): Number of errors found whilst parsing

numWarnings(int): Number of warnings found whilst parsing

nTopologies(int): Number of new facet topologies created

topologies(list of Tag): Array of tags of the created facet topologies. Must be freed by the caller.

License requirements: None