Plane
#
- class ansys.mechanical.stubs.v242.Ansys.Mechanical.DataModel.ConstructionLines.Plane#
Bases:
object
A 2D sketching planes in a ConstructionLine instance.
Overview#
Checks to see if another plane is equivalent to this one. |
Definition property. |
|
Check to see if there is a valid entity that this instance represents. |
|
The plane's normal vector (Z axis orientation) orientation. |
|
Get the ID of the represented entity. |
|
The global location of this plane's origin. |
|
The orientation of the plane's primary (X) axis orientation. |
|
The orientation of the plane's secondary (Y) axis orientation. |
|
Type property. |
Property detail#
- property Plane.IsRepresentation: bool | None#
Check to see if there is a valid entity that this instance represents.
- property Plane.Normal: Ansys.ACT.Core.Math.Vector3D | None#
The plane's normal vector (Z axis orientation) orientation.
- property Plane.Origin: Ansys.ACT.Core.Math.Point3D | None#
The global location of this plane's origin.
- property Plane.PrimaryAxisDirection: Ansys.ACT.Core.Math.Vector3D | None#
The orientation of the plane's primary (X) axis orientation.
- property Plane.SecondaryAxisDirection: Ansys.ACT.Core.Math.Vector3D | None#
The orientation of the plane's secondary (Y) axis orientation.
- property Plane.Type: Ansys.Mechanical.DataModel.ConstructionLines.PlaneType | None#
Type property.
Method detail#
- Plane.Equivalent(other: Ansys.Mechanical.DataModel.ConstructionLines.Plane) bool #
Checks to see if another plane is equivalent to this one.