Skip to main content

Mechanical scripting interface

BoundVector

Last update: 14.01.2025

class 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

Properties

Name Description
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.