SectionPlanes#

class ansys.mechanical.stubs.v241.Ansys.Mechanical.Graphics.SectionPlanes#

Bases: object

Represents the collection of section planes used by graphics

Overview#

Add

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.

Clear

Clears the collection of all SectionPlane objects.

Remove

Removes the requested SectionPlane from the collection.

RemoveAt

Removes the SectionPlane at the given index.

ShowWholeElement

Gets or Sets the Element Visibility of the Section Plane

Capping

Gets or Sets the Capping style of the Section Plane

Count

The number of section planes in the collection.

Property detail#

property SectionPlanes.ShowWholeElement: System.Boolean | None

Gets or Sets the Element Visibility of the Section Plane

property SectionPlanes.Capping: Ansys.Mechanical.DataModel.Enums.SectionPlaneCappingType | None

Gets or Sets the Capping style of the Section Plane

property SectionPlanes.Count: System.Int32 | None

The number of section planes in the collection.

Method detail#

SectionPlanes.Add(sectionPlane: Ansys.Mechanical.Graphics.SectionPlane) System.Void

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.Clear() System.Void

Clears the collection of all SectionPlane objects.

SectionPlanes.Remove(sectionPlane: Ansys.Mechanical.Graphics.SectionPlane) System.Boolean

Removes the requested SectionPlane from the collection.

SectionPlanes.RemoveAt(index: System.Int32) System.Void

Removes the SectionPlane at the given index.