BoundVector#

class ansys.mechanical.stubs.v261.Ansys.Mechanical.Math.BoundVector(point: Ansys.Mechanical.Graphics.Point, vector: Ansys.ACT.Math.Vector3D)#

Bases: object

A vector with fixed intial point and terminal point. Or a vector with fixed initial point(origin) and a direction(vector).

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Origin

The location at the start of the BoundVector.

Vector

The direction of the BoundVector.

Property detail#

property BoundVector.Origin: Ansys.Mechanical.Graphics.Point | None#

The location at the start of the BoundVector.

property BoundVector.Vector: Ansys.ACT.Math.Vector3D | None#

The direction of the BoundVector.

Method detail#

BoundVector.Equals(obj: Any) bool#

Equals method.

BoundVector.GetHashCode() int#

GetHashCode method.

BoundVector.GetType() type#

GetType method.

BoundVector.ToString() str#

ToString method.