SectionPlane
Last update: 14.01.2025
SectionPlane
class Ansys.Mechanical.Graphics.SectionPlane
Bases: object
Represents a SectionPlane object. This object holds properties of the Plane.
Overview
Methods
Name | Description |
---|---|
Equals |
Indicates whether the current SectionPlane properties are equal to the properties of another SectionPlane object. |
Properties
Name | Description |
---|---|
Active |
Gets or Sets the Active State of the Section Plane |
Center |
Gets or Sets the Center point of the Section Plane |
Direction |
Gets or Sets the Direction(Normal) of the Section Plane |
Name |
Gets or Sets the Name of the Section Plane |
Type |
Gets or Sets the SectionPlane Type of the Section Plane |
Property detail
property SectionPlane.Active : bool | None
Gets or Sets the Active State of the Section Plane
property SectionPlane.Center : Ansys.Mechanical.Graphics.Point | None
Gets or Sets the Center point of the Section Plane
property SectionPlane.Direction : Ansys.ACT.Math.Vector3D | None
Gets or Sets the Direction(Normal) of the Section Plane
property SectionPlane.Name : str | None
Gets or Sets the Name of the Section Plane
property SectionPlane.Type : Ansys.Mechanical.DataModel.Enums.SectionPlaneType | None
Gets or Sets the SectionPlane Type of the Section Plane
Method detail
SectionPlane.Equals(sectionPlane: Ansys.Mechanical.Graphics.SectionPlane)
Indicates whether the current SectionPlane properties are equal to the properties of another SectionPlane object.