HM_BatchMeshParamSet

Contains a pair of paths to batch mesh parameter and criteria files used by HM_ExtAPI::GenerateMesh.

Syntax

struct HM_BatchMeshParamSet {
const char* param_file_path;
const char* criteria_file_path;
};

Type

HyperMesh Ext API Function

Description

Contains a pair of paths to batch mesh parameter and criteria files used by HM_ExtAPI::GenerateMesh. These set the individual parameters and criteria for specified topology faces or components. This structure is used only in batch mesh mode.

The structure information is declared in hm_extapi.h.

The members are: param_file_path and criteria_file_path

Inputs

param_file_path
The path of the text file containing the meshing parameters.
criteria_file_path
The path of the text file containing the meshing criteria.

Errors

None.

Version History

11.0.101