Skip to main content

Prime Mesh Python client library 2024 R2

ansys.meshing.prime.FeatureExtraction

Last update: 17.07.2025

FeatureExtraction.extract_features_on_face_zonelets(part_id, face_zonelets, params)

Extract edges by angle and face zonelet boundary using given extract feature parameters.

  • Parameters: part_id : Id of input part.

    face_zonelets : Ids of input face zonelets.

    params : Parameters used to extract edges.

  • Returns: ExtractFeatureResults : Returns a ExtractFeatureResults.

  • Return type: ExtractFeatureResults

Examples

>>> results = feature_extraction.extract_features_on_face_zonelets(part_id, face_zonelets, params)

Connect with Ansys