SectionPlanes
#
- class ansys.mechanical.stubs.v242.Ansys.Mechanical.Graphics.SectionPlanes#
Bases:
object
Represents 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. |
|
Removes the requested SectionPlane from the collection. |
|
Removes the SectionPlane at the given index. |
Gets or Sets the Capping style of the Section Plane |
|
The number of section planes in the collection. |
|
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
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.Remove(sectionPlane: Ansys.Mechanical.Graphics.SectionPlane) bool #
Removes the requested SectionPlane from the collection.