Add a FeatureDetection to the FeatureDetection Definition
Declaration Syntax
public void AddFeatureDetection(string name, int type, int criteria, int fdOperator, double critValue, double angleValue, double minBound, double maxBound, int meshTreatment)
Parameters
- name(string)
Name of the FeatureDetection
- type(int)
Type of the FeatureDetection (0 for Fillet, 1 for Hole, )
- criteria(int)
No details are provided for this entry.
- fdOperator(int)
No details are provided for this entry.
- critValue(double)
No details are provided for this entry.
- angleValue(double)
No details are provided for this entry.
- minBound(double)
No details are provided for this entry.
- maxBound(double)
No details are provided for this entry.
- meshTreatment(int)
No details are provided for this entry.