HM_ExtAPI::GeomFacesConnectByEdgeEquivalencing()
Connects faces by equivalencing their edges.
Syntax
bool GeomFacesConnectByEdgeEquivalencing(
const HM_EntityComponent& comp,
int num_faces,
const HM_EntityGeomFace* faces,
double equiv_tol
);
Type
HyperMesh Ext API Function
Description
If the function succeeds, the return value is true. If the function fails, the return value is false. To get extended value information, call HM_ExtAPI::GetLastErrorCode().
Requires including hm_extapi.h.
Inputs
- comp
- [in] - If not NULL then all faces of the component specified by this parameter are selected for equivalencing operation. Ignored if parameter faces is not NULL.
- num_faces
- [in] - If not zero then number of faces selected for equivalencing operation.
- faces
- [in] - If not NULL then points to array of faces selected for equivalencing operation. The number of entities in the array must be num_faces.
- equiv_tol
- [in] - Specifies equivalence tolerance. If the number is negative or zero then equivalence tolerance is set automatically.
Errors
None.