Version: 8.3.0
Home
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Transformation Operations deprecated methods

Functions

def MultiRotate1D
 Deprecated method. More...
 
def MultiRotate2D
 The same, as MultiRotate2DByStep(), but theAngle is in degrees. More...
 
def MakeMultiRotation1D
 The same, as MultiRotate1D(), but axis is given by direction and point This method is DEPRECATED. More...
 
def MakeMultiRotation2D
 The same, as MultiRotate2D(), but axis is given by direction and point This method is DEPRECATED. More...
 

Detailed Description

Function Documentation

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

Deprecated method.

Use MultiRotate1DNbTimes instead.

References geomBuilder.ManageTransactions(), and geomBuilder.MultiRotate1DNbTimes().

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 geomBuilder.MakeLine(), 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 geomBuilder.MakeLine(), geomBuilder.ManageTransactions(), and geomBuilder.MultiRotate2D().