MillingConstraint#
- class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.MillingConstraint#
Bases:
objectDefines a MillingConstraint.
Overview#
Activate the current object. |
|
Copies all visible properties from this object to another. |
|
Creates a new parameter for a Property. |
|
Run the Delete action. |
|
Creates a copy of the current DataModelObject. |
|
Gets the list of children, filtered by type. |
|
Gets the parameter corresponding to the given property. |
|
Run the GroupAllSimilarChildren action. |
|
Run the GroupSimilarObjects action. |
|
Get a property by its API name. |
|
Get a property by its unique name. |
|
Removes the parameter from the parameter set corresponding to the given property. |
|
Run the RenameBasedOnDefinition action. |
Gets the list of children. |
|
Defines which axis of the coordinate system is the outward perpendicular direction to the milling clamp. |
|
Defines the coordinate system for the milling process. An exception will be thrown if the selected coordinate system is not cartesian. |
|
Gets the current DataModelObject's category. |
|
Gets the internal object. For advanced usage only. |
|
Gets the list of properties for this object. |
|
Gets or sets the Selection. |
|
Gets or sets the Suppressed. |
|
Gets the list of properties that are visible for this object. |
Property detail#
- property MillingConstraint.Children: List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#
Gets the list of children.
- property MillingConstraint.ClampAxis: Ansys.Mechanical.DataModel.Enums.CoordinateSystemAxisType | None#
Defines which axis of the coordinate system is the outward perpendicular direction to the milling clamp.
- property MillingConstraint.CoordinateSystem: Ansys.ACT.Automation.Mechanical.CoordinateSystem | None#
Defines the coordinate system for the milling process. An exception will be thrown if the selected coordinate system is not cartesian.
- property MillingConstraint.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#
Gets the current DataModelObject's category.
- property MillingConstraint.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSTopoConstraintAuto | None#
Gets the internal object. For advanced usage only.
- property MillingConstraint.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties for this object.
- property MillingConstraint.Selection: Ansys.ACT.Automation.Mechanical.OptimizationRegion | None#
Gets or sets the Selection.
Method detail#
- MillingConstraint.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None#
Copies all visible properties from this object to another.
- MillingConstraint.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#
Creates a new parameter for a Property.
- MillingConstraint.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject#
Creates a copy of the current DataModelObject.
- MillingConstraint.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType]#
Gets the list of children, filtered by type.
- MillingConstraint.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#
Gets the parameter corresponding to the given property.
- MillingConstraint.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder#
Run the GroupSimilarObjects action.
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.
- MillingConstraint.PropertyByName(name: str) Ansys.ACT.Automation.Mechanical.Property#
Get a property by its unique name.