FeatureDetectionDefinition#

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

Bases: object

FeatureDetectionDefinition class.

Overview#

AddFeatureDetection

Add a FeatureDetection to the FeatureDetection Definition

DeleteFeatureDetection

Delete a FeatureDetection from the Feature Detection Definition

SetFeatureDetectionOptions

Set Feature Detection Solid / Sheet / Beta settings

GetFeatureDetectionType

Gets the Feature Detection Type property at given index

SetFeatureDetectionType

Sets the Feature Detection Type property at given index

GetFeatureDetectionName

Gets the FeatureDetection Name property at given index

SetFeatureDetectionName

Sets the FeatureDetection Name property at given index

GetFeatureDetectionCriteria

Gets the Feature Detection Criteria property at given index

SetFeatureDetectionCriteria

Sets the Feature Detection Criteria property at given index

GetFeatureDetectionOperator

Gets the Feature Detection Operator property at given index

SetFeatureDetectionOperator

Sets the Feature Detection Operator property at given index

GetFeatureCriteriaValue

Gets the Value property at given FeatureDetection index and BaseCase index

SetFeatureCriteriaValue

Sets the Value property at given FeatureDetection index and BaseCase index

GetFeatureCriteriaAngle

Gets the Angle property at given FeatureDetection index and BaseCase index

SetFeatureCriteriaAngle

Sets the Angle property at given FeatureDetection index and BaseCase index

GetFeatureCriteriaMinBound

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

SetFeatureCriteriaMinBound

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

GetFeatureCriteriaMaxBound

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

SetFeatureCriteriaMaxBound

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

GetFeatureDetectionTreatment

Gets the Feature Detection Criteria property at given index

SetFeatureDetectionTreatment

Sets the Feature Detection Criteria property at given index

ExecuteDetectFeatures

ExecuteDetectFeatures method.

Import

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

Export

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

FeatureDetectionCount

Gets the number of Feature Detections

Property detail#

property FeatureDetectionDefinition.FeatureDetectionCount: System.UInt32 | None

Gets the number of Feature Detections

Method detail#

FeatureDetectionDefinition.AddFeatureDetection(name: System.String, type: System.Int32, criteria: System.Int32, fdOperator: System.Int32, critValue: System.Double, angleValue: System.Double, minBound: System.Double, maxBound: System.Double, meshTreatment: System.Int32) System.Void

Add a FeatureDetection to the FeatureDetection Definition

FeatureDetectionDefinition.DeleteFeatureDetection(index: System.UInt32) System.Void

Delete a FeatureDetection from the Feature Detection Definition

FeatureDetectionDefinition.SetFeatureDetectionOptions(isSolid: System.Boolean, isSheet: System.Boolean, isBeta: System.Boolean) System.Void
Set Feature Detection Solid / Sheet / Beta settings
isSolid>
isSheet>
isBeta>
FeatureDetectionDefinition.GetFeatureDetectionType(index: System.UInt32) Ansys.Mechanical.DataModel.Enums.FeatureDetectionType

Gets the Feature Detection Type property at given index

FeatureDetectionDefinition.SetFeatureDetectionType(index: System.UInt32, value: Ansys.Mechanical.DataModel.Enums.FeatureDetectionType) System.Void

Sets the Feature Detection Type property at given index

FeatureDetectionDefinition.GetFeatureDetectionName(index: System.UInt32) System.String

Gets the FeatureDetection Name property at given index

FeatureDetectionDefinition.SetFeatureDetectionName(index: System.UInt32, name: System.String) System.Void

Sets the FeatureDetection Name property at given index

FeatureDetectionDefinition.GetFeatureDetectionCriteria(index: System.UInt32) Ansys.Mechanical.DataModel.Enums.FeatureDetectionCriteria

Gets the Feature Detection Criteria property at given index

FeatureDetectionDefinition.SetFeatureDetectionCriteria(index: System.UInt32, value: Ansys.Mechanical.DataModel.Enums.FeatureDetectionCriteria) System.Void

Sets the Feature Detection Criteria property at given index

FeatureDetectionDefinition.GetFeatureDetectionOperator(index: System.UInt32) Ansys.Mechanical.DataModel.Enums.FeatureDetectionOperator

Gets the Feature Detection Operator property at given index

FeatureDetectionDefinition.SetFeatureDetectionOperator(index: System.UInt32, value: Ansys.Mechanical.DataModel.Enums.FeatureDetectionOperator) System.Void

Sets the Feature Detection Operator property at given index

FeatureDetectionDefinition.GetFeatureCriteriaValue(index: System.UInt32) System.Double

Gets the Value property at given FeatureDetection index and BaseCase index

FeatureDetectionDefinition.SetFeatureCriteriaValue(index: System.UInt32, value: System.Double) System.Void

Sets the Value property at given FeatureDetection index and BaseCase index

FeatureDetectionDefinition.GetFeatureCriteriaAngle(index: System.UInt32) System.Double

Gets the Angle property at given FeatureDetection index and BaseCase index

FeatureDetectionDefinition.SetFeatureCriteriaAngle(index: System.UInt32, value: System.Double) System.Void

Sets the Angle property at given FeatureDetection index and BaseCase index

FeatureDetectionDefinition.GetFeatureCriteriaMinBound(index: System.UInt32) System.Double

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

FeatureDetectionDefinition.SetFeatureCriteriaMinBound(index: System.UInt32, value: System.Double) System.Void

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

FeatureDetectionDefinition.GetFeatureCriteriaMaxBound(index: System.UInt32) System.Double

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

FeatureDetectionDefinition.SetFeatureCriteriaMaxBound(index: System.UInt32, value: System.Double) System.Void

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

FeatureDetectionDefinition.GetFeatureDetectionTreatment(index: System.UInt32) Ansys.Mechanical.DataModel.Enums.FeatureDetectionTreatment

Gets the Feature Detection Criteria property at given index

FeatureDetectionDefinition.SetFeatureDetectionTreatment(index: System.UInt32, value: Ansys.Mechanical.DataModel.Enums.FeatureDetectionTreatment) System.Void

Sets the Feature Detection Criteria property at given index

FeatureDetectionDefinition.ExecuteDetectFeatures() System.Void

ExecuteDetectFeatures method.

FeatureDetectionDefinition.Import(filepath: System.String) System.Void

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

FeatureDetectionDefinition.Export(filepath: System.String) System.Void

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