Hide menu
Loading...
Searching...
No Matches
manufacturingtoolkit.CadExMTK.Geom_Vector Class Reference

Vector Vector.hxx cadex/Geom/Vector.hxx. More...

Inheritance diagram for manufacturingtoolkit.CadExMTK.Geom_Vector:

Public Member Functions

 __init__ (self, *args)
 Overload 1: Constructor.
 
 X (self)
 
 Y (self)
 
 Z (self)
 
 SetX (self, theValue)
 
 SetY (self, theValue)
 
 SetZ (self, theValue)
 
 Set (self, theIndex, theValue)
 
 SetCoord (self, theX, theY, theZ)
 
 IsEqual (self, theOther, theTolerance=1e-7)
 
 Length (self)
 
 Angle (self, theOther)
 
 IsNormal (self, theOther, theAngularTolerance)
 
 IsOpposite (self, theOther, theAngularTolerance)
 
 IsParallel (self, theOther, theAngularTolerance)
 
 Reverse (self)
 
 Reversed (self)
 
 Add (self, theOther)
 
 Added (self, theOther)
 
 Subtract (self, theOther)
 
 Subtracted (self, theOther)
 
 Multiply (self, *args)
 
 Multiplied (self, *args)
 
 Divide (self, theScalar)
 
 Divided (self, theScalar)
 
 Normalize (self)
 
 Normalized (self)
 
 Cross (self, theOther)
 
 Crossed (self, theOther)
 
 Dot (self, theOther)
 
 Transform (self, theTrsf)
 
 Transformed (self, theTrsf)
 
 Rotate (self, theAxis, theAngle)
 
 Rotated (self, theAxis, theAngle)
 
 Mirror (self, *args)
 
 Mirrored (self, *args)
 
 Access (self, theIndex)
 

Detailed Description

Vector Vector.hxx cadex/Geom/Vector.hxx.

Defines a 3D vector.

Constructor & Destructor Documentation

◆ __init__()

manufacturingtoolkit.CadExMTK.Geom_Vector.__init__ ( self,
* args )

Overload 1: Constructor.

|

Overload 2: Constructor.


The documentation for this class was generated from the following file:
  • CadExMTK.py