SectionPlanes#
- class ansys.mechanical.stubs.v261.Ansys.Mechanical.Graphics.SectionPlanes(graphics: Ansys.Common.Interop.Gfx.IDSGraphics)#
Bases:
objectRepresents the collection of section planes used by graphics
Overview#
Adds the given SectionPlane object to the collection to modify the view. Currently only 6 SectionPlane objects in the collection can be activated at once. |
|
Clears the collection of all SectionPlane objects. |
|
Returns true if the SectionPlane belongs to the collection. |
|
CopyTo method. |
|
Creates a SectionPlane based on a coordinate system and plane orientation. |
|
Equals method. |
|
GetEnumerator method. |
|
GetHashCode method. |
|
GetType method. |
|
Returns the index of the SectionObject if in the collection. Returns -1 if not found. |
|
Removes the requested SectionPlane from the collection. |
|
Removes the SectionPlane at the given index. |
|
ToString method. |
Gets or Sets the Capping style of the Section Plane |
|
The number of section planes in the collection. |
|
IsReadOnly property. |
|
Item property. |
|
Controls whether to render hatch lines (the black parallel lines) on the capped surfaces of section planes. Default: true |
|
Gets or Sets the Element Visibility of the Section Plane |
Property detail#
- property SectionPlanes.Capping: Ansys.Mechanical.DataModel.Enums.SectionPlaneCappingType | None#
Gets or Sets the Capping style of the Section Plane
- property SectionPlanes.Item: Ansys.Mechanical.Graphics.SectionPlane | None#
Item property.
Method detail#
- SectionPlanes.Add(sectionPlane: Ansys.Mechanical.Graphics.SectionPlane) None#
Adds the given SectionPlane object to the collection to modify the view. Currently only 6 SectionPlane objects in the collection can be activated at once.
- SectionPlanes.Contains(item: Ansys.Mechanical.Graphics.SectionPlane) bool#
Returns true if the SectionPlane belongs to the collection.
- SectionPlanes.CopyTo(array: Ansys.Mechanical.Graphics.SectionPlane, arrayIndex: int) None#
CopyTo method.
- SectionPlanes.CreateSectionPlane(coordinateSystem: Ansys.ACT.Automation.Mechanical.CoordinateSystem, planeOrientation: Ansys.Mechanical.DataModel.MechanicalEnums.Common.PlaneOrientation) Ansys.Mechanical.Graphics.SectionPlane#
Creates a SectionPlane based on a coordinate system and plane orientation.
- SectionPlanes.GetEnumerator() Ansys.Mechanical.Graphics.SectionPlaneList#
GetEnumerator method.
- SectionPlanes.IndexOf(sectionPlane: Ansys.Mechanical.Graphics.SectionPlane) int#
Returns the index of the SectionObject if in the collection. Returns -1 if not found.
- SectionPlanes.Remove(sectionPlane: Ansys.Mechanical.Graphics.SectionPlane) bool#
Removes the requested SectionPlane from the collection.