SearchByThinStripParams#
- class ansys.meshing.prime.SearchByThinStripParams(model=None, strip_height_limit=None, quality_limit=None, face_quality_measure=None, feature_type=None, feature_angle=None, json_data=None, **kwargs)#
Parameters to search by thin strip of face elements.
- Parameters:
- model: Model
Model to create a
SearchByThinStripParamsobject with default parameters.- strip_height_limit: float, optional
Absolute height limit to ignore strips with height more than provided limit.
- quality_limit: float, optional
Quality limit used for search strip of face elements.
- face_quality_measure: FaceQualityMeasure, optional
Quality measure used for search strip of face elements.
- feature_type: SurfaceFeatureType, optional
Used to identify thin strip of face elements based on the provided feature type.
- feature_angle: float, optional
Angle used to identify angle based features.
- json_data: dict, optional
JSON dictionary to create a
SearchByThinStripParamsobject with provided parameters.
Examples
>>> search_by_thin_strip_params = prime.SearchByThinStripParams(model = model)
Methods
Print the default values of
SearchByThinStripParamsobject.Set the default values of the
SearchByThinStripParamsobject.Attributes
Quality measure used for search strip of face elements.
Angle used to identify angle based features.
Used to identify thin strip of face elements based on the provided feature type.
Quality limit used for search strip of face elements.
Absolute height limit to ignore strips with height more than provided limit.