|
Open CASCADE Technology 7.9.3
|
#include <BOPAlgo_MakePeriodic.hxx>
Public Member Functions | |
| PeriodicityParams () | |
| void | Clear () |
| Returns all previously set parameters to default values. | |
Data Fields | |
| Standard_Boolean | myPeriodic [3] |
| Array of flags defining whether the shape should be periodic in XYZ directions. | |
| Standard_Real | myPeriod [3] |
| Array of XYZ period values. Defining the period for any direction the corresponding flag for that direction in myPeriodic should be set to true. | |
| Standard_Boolean | myIsTrimmed [3] |
| Array of flags defining whether the input shape has to be trimmed to fit the required period in the required direction. | |
| Standard_Real | myPeriodFirst [3] |
| Array of start parameters of the XYZ periods: required for trimming. | |
|
inline |
|
inline |
Returns all previously set parameters to default values.
| Standard_Boolean BOPAlgo_MakePeriodic::PeriodicityParams::myIsTrimmed[3] |
Array of flags defining whether the input shape has to be trimmed to fit the required period in the required direction.
| Standard_Real BOPAlgo_MakePeriodic::PeriodicityParams::myPeriod[3] |
Array of XYZ period values. Defining the period for any direction the corresponding flag for that direction in myPeriodic should be set to true.
| Standard_Real BOPAlgo_MakePeriodic::PeriodicityParams::myPeriodFirst[3] |
Array of start parameters of the XYZ periods: required for trimming.
| Standard_Boolean BOPAlgo_MakePeriodic::PeriodicityParams::myPeriodic[3] |
Array of flags defining whether the shape should be periodic in XYZ directions.