Plane#

class ansys.mechanical.stubs.v261.Ansys.Mechanical.DataModel.ConstructionLines.Plane#

Bases: object

A 2D sketching planes in a ConstructionLine instance.

Overview#

__eq__

op_Equality method.

__ne__

op_Inequality method.

Equals

Equals method.

Equivalent

Checks to see if another plane is equivalent to this one.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

ConstructionLineId

The ID of the associated ConstructionLine.

Definition

Definition property.

IsRepresentation

Check to see if there is a valid entity that this instance represents.

Normal

The plane's normal vector (Z axis orientation) orientation.

ObjectId

Get the ID of the represented entity.

Origin

The global location of this plane's origin.

PrimaryAxisDirection

The orientation of the plane's primary (X) axis orientation.

SecondaryAxisDirection

The orientation of the plane's secondary (Y) axis orientation.

Type

Type property.

Property detail#

property Plane.ConstructionLineId: int | None#

The ID of the associated ConstructionLine.

property Plane.Definition: Any | None#

Definition property.

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.ObjectId: int | None#

Get the ID of the represented entity.

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.Equals(other: Ansys.Mechanical.DataModel.ConstructionLines.Plane) bool#

Equals method.

Plane.Equivalent(other: Ansys.Mechanical.DataModel.ConstructionLines.Plane) bool#

Checks to see if another plane is equivalent to this one.

Plane.GetHashCode() int#

GetHashCode method.

Plane.GetType() type#

GetType method.

Plane.ToString() str#

ToString method.

classmethod Plane.__eq__(left: Ansys.Mechanical.DataModel.ConstructionLines.Plane, right: Ansys.Mechanical.DataModel.ConstructionLines.Plane) bool#

op_Equality method.

classmethod Plane.__ne__(left: Ansys.Mechanical.DataModel.ConstructionLines.Plane, right: Ansys.Mechanical.DataModel.ConstructionLines.Plane) bool#

op_Inequality method.