FeatureDetectionDefinition#

class ansys.mechanical.stubs.v251.Ansys.ACT.Automation.Mechanical.FeatureDetectionDefinition#

Bases: object

Overview#

AddFeatureDetection

Add a FeatureDetection to the FeatureDetection Definition

DeleteFeatureDetection

Delete a FeatureDetection from the Feature Detection Definition

Equals

Equals method.

ExecuteDetectFeatures

ExecuteDetectFeatures method.

Export

Export Feature Detection Definition data to Comma Separated Value (CSV) files

GetFeatureCriteriaAngle

Gets the Angle property at given FeatureDetection index and BaseCase index

GetFeatureCriteriaMaxBound

Gets the Max-Bound property at given FeatureDetection index and BaseCase index

GetFeatureCriteriaMinBound

Gets the Min Bound property at given FeatureDetection index and BaseCase index

GetFeatureCriteriaValue

Gets the Value property at given FeatureDetection index and BaseCase index

GetFeatureDetectionCriteria

Gets the Feature Detection Criteria property at given index

GetFeatureDetectionName

Gets the FeatureDetection Name property at given index

GetFeatureDetectionOperator

Gets the Feature Detection Operator property at given index

GetFeatureDetectionTreatment

Gets the Feature Detection Criteria property at given index

GetFeatureDetectionType

Gets the Feature Detection Type property at given index

GetHashCode

GetHashCode method.

GetType

GetType method.

Import

Import Feature Detection Definition data from Comma Separated Value (CSV) files

SetFeatureCriteriaAngle

Sets the Angle property at given FeatureDetection index and BaseCase index

SetFeatureCriteriaMaxBound

Sets the Max Bound property at given FeatureDetection index and BaseCase index

SetFeatureCriteriaMinBound

Sets the Min Bound property at given FeatureDetection index and BaseCase index

SetFeatureCriteriaValue

Sets the Value property at given FeatureDetection index and BaseCase index

SetFeatureDetectionCriteria

Sets the Feature Detection Criteria property at given index

SetFeatureDetectionName

Sets the FeatureDetection Name property at given index

SetFeatureDetectionOperator

Sets the Feature Detection Operator property at given index

SetFeatureDetectionOptions

Set Feature Detection Solid / Sheet / Beta settings

SetFeatureDetectionTreatment

Sets the Feature Detection Criteria property at given index

SetFeatureDetectionType

Sets the Feature Detection Type property at given index

ToString

ToString method.

FeatureDetectionCount

Gets the number of Feature Detections

Property detail#

property FeatureDetectionDefinition.FeatureDetectionCount: int | None#

Gets the number of Feature Detections

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.Equals(obj: Any) bool#

Equals method.

FeatureDetectionDefinition.ExecuteDetectFeatures() None#

ExecuteDetectFeatures method.

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.GetHashCode() int#

GetHashCode method.

FeatureDetectionDefinition.GetType() type#

GetType method.

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
Set solid option. >
Set solid option. >
Set solid option. >
FeatureDetectionDefinition.SetFeatureDetectionTreatment(index: int, value: Ansys.Mechanical.DataModel.Enums.FeatureDetectionTreatment) None#

Sets the Feature Detection Criteria property at given index

FeatureDetectionDefinition.SetFeatureDetectionType(index: int, value: Ansys.Mechanical.DataModel.Enums.FeatureDetectionType) None#

Sets the Feature Detection Type property at given index

FeatureDetectionDefinition.ToString() str#

ToString method.