Functions | |
| def | MultiRotate1D (self, theObject, theAxis, theNbTimes, theName=None) |
| Deprecated method. More... | |
| def | MultiRotate2D (self, theObject, theAxis, theAngle, theNbTimes1, theStep, theNbTimes2, theName=None) |
| The same, as MultiRotate2DByStep(), but theAngle is in degrees. More... | |
| def | MakeMultiRotation1D (self, aShape, aDir, aPoint, aNbTimes, theName=None) |
| The same, as MultiRotate1D(), but axis is given by direction and point This method is DEPRECATED. More... | |
| def | MakeMultiRotation2D (self, aShape, aDir, aPoint, anAngle, nbtimes1, aStep, nbtimes2, theName=None) |
| The same, as MultiRotate2D(), but axis is given by direction and point This method is DEPRECATED. More... | |
| def MultiRotate1D | ( | self, | |
| theObject, | |||
| theAxis, | |||
| theNbTimes, | |||
theName = None |
|||
| ) |
| def MultiRotate2D | ( | self, | |
| theObject, | |||
| theAxis, | |||
| theAngle, | |||
| theNbTimes1, | |||
| theStep, | |||
| theNbTimes2, | |||
theName = None |
|||
| ) |
The same, as MultiRotate2DByStep(), but theAngle is in degrees.
This method is DEPRECATED. Use MultiRotate2DByStep() instead.
References geomBuilder._autoPublish(), geomBuilder.ParseParameters(), geomBuilder.RaiseIfFailed(), and geomBuilder.TrsfOp.
| def MakeMultiRotation1D | ( | self, | |
| aShape, | |||
| aDir, | |||
| aPoint, | |||
| aNbTimes, | |||
theName = None |
|||
| ) |
The same, as MultiRotate1D(), but axis is given by direction and point This method is DEPRECATED.
Use MakeMultiRotation1DNbTimes instead.
References GEOM_IBasicOperations.MakeLine(), geomBuilder.MakeLine(), GEOM_ITransformOperations.MultiRotate1D(), and geomBuilder.MultiRotate1D().
| def MakeMultiRotation2D | ( | self, | |
| aShape, | |||
| aDir, | |||
| aPoint, | |||
| anAngle, | |||
| nbtimes1, | |||
| aStep, | |||
| nbtimes2, | |||
theName = None |
|||
| ) |
The same, as MultiRotate2D(), but axis is given by direction and point This method is DEPRECATED.
Use MakeMultiRotation2DByStep instead.
References GEOM_IBasicOperations.MakeLine(), geomBuilder.MakeLine(), GEOM_ITransformOperations.MultiRotate2D(), and geomBuilder.MultiRotate2D().