Axis1d Axis1d.hxx cadex/Geom/Axis1d.hxx. More...
Public Member Functions | |
__init__ (self, *args) | |
Overload 1: Constructor. | |
Location (self) | |
Returns an origin point. | |
Direction (self) | |
Returns a direction value. | |
IsCoaxial (self, theOther, theAngularTolerance, theDistanceTolerance, theAllowOpposite) | |
Returns true if this axis is coaxial to theOther. | |
Reverse (self) | |
Reversed (self) | |
Transform (self, theTransformation) | |
Transformed (self, theTransformation) | |
Scale (self, thePoint, theScale) | |
Sets scale to an origin point. | |
Scaled (self, thePoint, theScale) | |
Mirror (self, *args) | |
Mirrored (self, *args) | |
Rotate (self, theAxis, theAngle) | |
Rotated (self, theAxis, theAngle) | |
Translate (self, theVector) | |
Translated (self, theVector) | |
Static Public Member Functions | |
OX () | |
Returns an OX axis. | |
OY () | |
Returns an OY axis. | |
OZ () | |
Returns an OZ axis. | |
Axis1d Axis1d.hxx cadex/Geom/Axis1d.hxx.
Defines an axis as a combination of point and direction.
manufacturingtoolkit.CadExMTK.Geom_Axis1d.__init__ | ( | self, | |
* | args ) |
Overload 1: Constructor.
|
Overload 2: Constructor.