FeatureDetectionDefinition#
- class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.FeatureDetectionDefinition#
 Bases:
object
Overview#
Add a FeatureDetection to the FeatureDetection Definition  | 
|
Delete a FeatureDetection from the Feature Detection Definition  | 
|
ExecuteDetectFeatures method.  | 
|
Export Feature Detection Definition data to Comma Separated Value (CSV) files  | 
|
Gets the Angle property at given FeatureDetection index and BaseCase index  | 
|
Gets the Max-Bound property at given FeatureDetection index and BaseCase index  | 
|
Gets the Min Bound property at given FeatureDetection index and BaseCase index  | 
|
Gets the Value property at given FeatureDetection index and BaseCase index  | 
|
Gets the Feature Detection Criteria property at given index  | 
|
Gets the FeatureDetection Name property at given index  | 
|
Gets the Feature Detection Operator property at given index  | 
|
Gets the Feature Detection Criteria property at given index  | 
|
Gets the Feature Detection Type property at given index  | 
|
Import Feature Detection Definition data from Comma Separated Value (CSV) files  | 
|
Sets the Angle property at given FeatureDetection index and BaseCase index  | 
|
Sets the Max Bound property at given FeatureDetection index and BaseCase index  | 
|
Sets the Min Bound property at given FeatureDetection index and BaseCase index  | 
|
Sets the Value property at given FeatureDetection index and BaseCase index  | 
|
Sets the Feature Detection Criteria property at given index  | 
|
Sets the FeatureDetection Name property at given index  | 
|
Sets the Feature Detection Operator property at given index  | 
|
Set Feature Detection Solid / Sheet / Beta settings  | 
|
Sets the Feature Detection Criteria property at given index  | 
|
Sets the Feature Detection Type property at given index  | 
Gets the number of Feature Detections  | 
Property detail#
Method detail#
- FeatureDetectionDefinition.AddFeatureDetection(name: str, type: int, criteria: int, fdOperator: int, critValue: float, angleValue: float, minBound: float, maxBound: float, meshTreatment: int) None#
 Add a FeatureDetection to the FeatureDetection Definition
- FeatureDetectionDefinition.DeleteFeatureDetection(index: int) None#
 Delete a FeatureDetection from the Feature Detection Definition
- FeatureDetectionDefinition.Export(filepath: str) None#
 Export Feature Detection Definition data to Comma Separated Value (CSV) files
- FeatureDetectionDefinition.GetFeatureCriteriaAngle(index: int) float#
 Gets the Angle property at given FeatureDetection index and BaseCase index
- FeatureDetectionDefinition.GetFeatureCriteriaMaxBound(index: int) float#
 Gets the Max-Bound property at given FeatureDetection index and BaseCase index
- FeatureDetectionDefinition.GetFeatureCriteriaMinBound(index: int) float#
 Gets the Min Bound property at given FeatureDetection index and BaseCase index
- FeatureDetectionDefinition.GetFeatureCriteriaValue(index: int) float#
 Gets the Value property at given FeatureDetection index and BaseCase index
- FeatureDetectionDefinition.GetFeatureDetectionCriteria(index: int) Ansys.Mechanical.DataModel.Enums.FeatureDetectionCriteria#
 Gets the Feature Detection Criteria property at given index
- FeatureDetectionDefinition.GetFeatureDetectionName(index: int) str#
 Gets the FeatureDetection Name property at given index
- FeatureDetectionDefinition.GetFeatureDetectionOperator(index: int) Ansys.Mechanical.DataModel.Enums.FeatureDetectionOperator#
 Gets the Feature Detection Operator property at given index
- FeatureDetectionDefinition.GetFeatureDetectionTreatment(index: int) Ansys.Mechanical.DataModel.Enums.FeatureDetectionTreatment#
 Gets the Feature Detection Criteria property at given index
- FeatureDetectionDefinition.GetFeatureDetectionType(index: int) Ansys.Mechanical.DataModel.Enums.FeatureDetectionType#
 Gets the Feature Detection Type property at given index
- FeatureDetectionDefinition.Import(filepath: str) None#
 Import Feature Detection Definition data from Comma Separated Value (CSV) files
- FeatureDetectionDefinition.SetFeatureCriteriaAngle(index: int, value: float) None#
 Sets the Angle property at given FeatureDetection index and BaseCase index
- FeatureDetectionDefinition.SetFeatureCriteriaMaxBound(index: int, value: float) None#
 Sets the Max Bound property at given FeatureDetection index and BaseCase index
- FeatureDetectionDefinition.SetFeatureCriteriaMinBound(index: int, value: float) None#
 Sets the Min Bound property at given FeatureDetection index and BaseCase index
- FeatureDetectionDefinition.SetFeatureCriteriaValue(index: int, value: float) None#
 Sets the Value property at given FeatureDetection index and BaseCase index
- FeatureDetectionDefinition.SetFeatureDetectionCriteria(index: int, value: Ansys.Mechanical.DataModel.Enums.FeatureDetectionCriteria) None#
 Sets the Feature Detection Criteria property at given index
- FeatureDetectionDefinition.SetFeatureDetectionName(index: int, name: str) None#
 Sets the FeatureDetection Name property at given index
- FeatureDetectionDefinition.SetFeatureDetectionOperator(index: int, value: Ansys.Mechanical.DataModel.Enums.FeatureDetectionOperator) None#
 Sets the Feature Detection Operator property at given index
- FeatureDetectionDefinition.SetFeatureDetectionOptions(isSolid: bool, isSheet: bool, isBeta: bool) None#
 
Set Feature Detection Solid / Sheet / Beta settings
isSolid>
isSheet>
isBeta>