FeatureExtraction#

class ansys.meshing.prime.FeatureExtraction(model)#

Provide functions for all feature extraction operations like extracting edges zonlelets, tracing node paths.

Parameters:
modelModel

Server model to create FeatureExtraction object.

Methods

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.