Version: 9.12.0
Home

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

Detailed Description

Function Documentation

◆ MultiRotate1D()

def MultiRotate1D (   self,
  theObject,
  theAxis,
  theNbTimes,
  theName = None 
)

Deprecated method.

Use MultiRotate1DNbTimes instead.

References geomBuilder.MultiRotate1DNbTimes().

◆ MultiRotate2D()

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.

◆ MakeMultiRotation1D()

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().

◆ MakeMultiRotation2D()

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().