CyclicManufacturingConstraint#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.CyclicManufacturingConstraint(internalObject: Any)#

Bases: object

Defines a CyclicManufacturingConstraint.

Overview#

Activate

Activate the current object.

CopyTo

Copies all visible properties from this object to another.

CreateObjRef

CreateObjRef method.

CreateParameter

Creates a new parameter for a Property.

Delete

Run the Delete action.

Duplicate

Creates a copy of the current DataModelObject.

Equals

Equals method.

GetAPIName

Property name bound to dispId.

GetAllProperties

GetAllProperties method.

GetChildren

Gets the list of children, filtered by type.

GetDetailsView

GetDetailsView method.

GetEnumName

Enum name bound to value

GetHashCode

GetHashCode method.

GetIconFile

GetIconFile method.

GetLifetimeService

GetLifetimeService method.

GetObjectData

GetObjectData method.

GetParameter

Gets the parameter corresponding to the given property.

GetPath

GetPath method.

GetPropertyName

GetPropertyName method.

GetPropertyValue

GetPropertyValue method.

GetType

GetType method.

GetVisibleProperties

GetVisibleProperties method.

GetVisiblePropertyNames

GetVisiblePropertyNames method.

GroupAllSimilarChildren

Run the GroupAllSimilarChildren action.

GroupSimilarObjects

Run the GroupSimilarObjects action.

InitializeLifetimeService

InitializeLifetimeService method.

IsPropertyEditable

IsPropertyEditable method.

IsPropertyVisible

IsPropertyVisible method.

PropertyByAPIName

Get a property by its API name.

PropertyById

PropertyById method.

PropertyByName

Get a property by its unique name.

RemoveParameter

Removes the parameter from the parameter set corresponding to the given property.

RenameBasedOnDefinition

Run the RenameBasedOnDefinition action.

ToString

ToString method.

AttachedRefs

AttachedRefs property.

Axis

Gets or sets the Symmetry Axis. Only positive direction enums will be accepted (“PositiveXAxis”, “PositiveYAxis”, “PositiveXAxis”).

Children

Gets the list of children.

ClsId

ClsId property.

CoordinateSystem

Gets or sets the CoordinateSystem.

DataModelObjectCategory

Gets the current DataModelObject's category.

GroupingFolder

GroupingFolder property.

IconName

IconName property.

InternalObject

Gets the internal object. For advanced usage only.

Location

Gets or sets the Location.

Name

Name property.

NumberofSectors

Gets or sets the NumberofSectors.

ObjectId

ObjectId property.

ObjectState

ObjectState property.

ObjectTags

ObjectTags property.

Parent

Parent property.

Properties

Gets the list of properties for this object.

ScopingMethod

Gets or sets the ScopingMethod.

Selection

Gets or sets the Selection.

State

State property.

Suppressed

Gets or sets the Suppressed.

VisibleProperties

Gets the list of properties that are visible for this object.

Property detail#

property CyclicManufacturingConstraint.AttachedRefs: List[int] | None#

AttachedRefs property.

property CyclicManufacturingConstraint.Axis: Ansys.Mechanical.DataModel.Enums.CoordinateSystemAxisType | None#
Gets or sets the Symmetry Axis. Only positive direction enums will be accepted (“PositiveXAxis”, “PositiveYAxis”, “PositiveXAxis”).

InvalidArgumentException: Any unsupported enum value.

property CyclicManufacturingConstraint.Children: List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#

Gets the list of children.

property CyclicManufacturingConstraint.ClsId: int | None#

ClsId property.

property CyclicManufacturingConstraint.CoordinateSystem: Ansys.ACT.Automation.Mechanical.CoordinateSystem | None#

Gets or sets the CoordinateSystem.

property CyclicManufacturingConstraint.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#

Gets the current DataModelObject's category.

property CyclicManufacturingConstraint.GroupingFolder: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject | None#

GroupingFolder property.

property CyclicManufacturingConstraint.IconName: str | None#

IconName property.

property CyclicManufacturingConstraint.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSTopoConstraintAuto | None#

Gets the internal object. For advanced usage only.

property CyclicManufacturingConstraint.Location: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#

Gets or sets the Location.

property CyclicManufacturingConstraint.Name: str | None#

Name property.

property CyclicManufacturingConstraint.NumberofSectors: int | None#

Gets or sets the NumberofSectors.

property CyclicManufacturingConstraint.ObjectId: int | None#

ObjectId property.

property CyclicManufacturingConstraint.ObjectState: Ansys.Mechanical.DataModel.Enums.ObjectState | None#

ObjectState property.

property CyclicManufacturingConstraint.ObjectTags: Iterable[Ansys.Mechanical.DataModel.Interfaces.IObjectTag] | None#

ObjectTags property.

property CyclicManufacturingConstraint.Parent: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject | None#

Parent property.

property CyclicManufacturingConstraint.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#

Gets the list of properties for this object.

property CyclicManufacturingConstraint.ScopingMethod: Ansys.Mechanical.DataModel.Enums.GeometryDefineByType | None#

Gets or sets the ScopingMethod.

property CyclicManufacturingConstraint.Selection: Ansys.ACT.Automation.Mechanical.OptimizationRegion | None#

Gets or sets the Selection.

property CyclicManufacturingConstraint.State: Ansys.Mechanical.DataModel.Enums.Legacy.State | None#

State property.

property CyclicManufacturingConstraint.Suppressed: bool | None#

Gets or sets the Suppressed.

property CyclicManufacturingConstraint.VisibleProperties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#

Gets the list of properties that are visible for this object.

Method detail#

CyclicManufacturingConstraint.Activate() None#

Activate the current object.

CyclicManufacturingConstraint.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None#

Copies all visible properties from this object to another.

CyclicManufacturingConstraint.CreateObjRef(requestedType: type) System.Runtime.Remoting.ObjRef#

CreateObjRef method.

CyclicManufacturingConstraint.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#

Creates a new parameter for a Property.

CyclicManufacturingConstraint.Delete() None#

Run the Delete action.

CyclicManufacturingConstraint.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject#

Creates a copy of the current DataModelObject.

CyclicManufacturingConstraint.Equals(other: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject) bool#

Equals method.

CyclicManufacturingConstraint.GetAPIName(dispId: int) str#

Property name bound to dispId.

CyclicManufacturingConstraint.GetAllProperties() List[Ansys.ACT.Automation.Mechanical.AutomationPropertyWrapper]#

GetAllProperties method.

CyclicManufacturingConstraint.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType]#

Gets the list of children, filtered by type.

CyclicManufacturingConstraint.GetDetailsView() Ansys.ACT.Automation.Mechanical.DetailsViewData#

GetDetailsView method.

CyclicManufacturingConstraint.GetEnumName(enumType: type, value: int, dispId: int) str#

Enum name bound to value

CyclicManufacturingConstraint.GetHashCode() int#

GetHashCode method.

CyclicManufacturingConstraint.GetIconFile() System.Byte#

GetIconFile method.

CyclicManufacturingConstraint.GetLifetimeService() Any#

GetLifetimeService method.

CyclicManufacturingConstraint.GetObjectData(info: System.Runtime.Serialization.SerializationInfo, context: System.Runtime.Serialization.StreamingContext) None#

GetObjectData method.

CyclicManufacturingConstraint.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#

Gets the parameter corresponding to the given property.

CyclicManufacturingConstraint.GetPath() str#

GetPath method.

CyclicManufacturingConstraint.GetPropertyName(dispId: int) str#

GetPropertyName method.

CyclicManufacturingConstraint.GetPropertyValue(name: str) Any#

GetPropertyValue method.

CyclicManufacturingConstraint.GetType() type#

GetType method.

CyclicManufacturingConstraint.GetVisibleProperties() List[System.Reflection.PropertyInfo]#

GetVisibleProperties method.

CyclicManufacturingConstraint.GetVisiblePropertyNames() List[str]#

GetVisiblePropertyNames method.

CyclicManufacturingConstraint.GroupAllSimilarChildren() None#

Run the GroupAllSimilarChildren action.

CyclicManufacturingConstraint.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder#

Run the GroupSimilarObjects action.

CyclicManufacturingConstraint.InitializeLifetimeService() Any#

InitializeLifetimeService method.

CyclicManufacturingConstraint.IsPropertyEditable(dispId: int) bool#

IsPropertyEditable method.

CyclicManufacturingConstraint.IsPropertyVisible(dispId: int) bool#

IsPropertyVisible method.

CyclicManufacturingConstraint.PropertyByAPIName(name: str) Ansys.ACT.Automation.Mechanical.Property#
Get a property by its API name.
If multiple properties have the same API Name, only the first property with that name will be returned.
CyclicManufacturingConstraint.PropertyById(dispId: int) Ansys.ACT.Automation.Mechanical.Property#

PropertyById method.

CyclicManufacturingConstraint.PropertyByName(name: str) Ansys.ACT.Automation.Mechanical.Property#

Get a property by its unique name.

CyclicManufacturingConstraint.RemoveParameter(propName: str) None#

Removes the parameter from the parameter set corresponding to the given property.

CyclicManufacturingConstraint.RenameBasedOnDefinition() None#

Run the RenameBasedOnDefinition action.

CyclicManufacturingConstraint.ToString() str#

ToString method.