Plane#

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

Bases: object

A 2D sketching planes in a ConstructionLine instance.

Overview#

Equivalent

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

Type

Type property.

Definition

Definition property.

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.

Normal

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

ObjectId

Get the ID of the represented entity.

IsRepresentation

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

Property detail#

property Plane.Type: Ansys.Mechanical.DataModel.ConstructionLines.PlaneType | None

Type property.

property Plane.Definition: System.Object | None

Definition property.

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.Normal: Ansys.ACT.Core.Math.Vector3D | None

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

property Plane.ObjectId: System.UInt32 | None

Get the ID of the represented entity.

property Plane.IsRepresentation: System.Boolean | None

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

Method detail#

Plane.Equivalent(other: Ansys.Mechanical.DataModel.ConstructionLines.Plane) System.Boolean

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