BoundVector#

class ansys.mechanical.stubs.v242.Ansys.Mechanical.Math.BoundVector#

Bases: object

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

Overview#

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.