FeatureExtraction Last update: 10.09.2025 class ansys.meshing.prime.FeatureExtraction(model) Provide functions for all feature extraction operations like extracting edges zonlelets, tracing node paths. Parameters: model : Server model to create FeatureExtraction object. Methods Name Description FeatureExtraction.create_intersection_edge_loops(...) Finds the edge zonelets formed by intersection of two face zonelets. FeatureExtraction.extract_features_on_face_zonelets(...) Extract edges by angle and face zonelet boundary using given extract feature parameters.