Structure to keep all periodicity parameters:
More...
#include <BOPAlgo_MakePeriodic.hxx>
|
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.
|
|
Structure to keep all periodicity parameters:
◆ PeriodicityParams()
BOPAlgo_MakePeriodic::PeriodicityParams::PeriodicityParams |
( |
| ) |
|
|
inline |
◆ Clear()
void BOPAlgo_MakePeriodic::PeriodicityParams::Clear |
( |
| ) |
|
|
inline |
Returns all previously set parameters to default values.
◆ myIsTrimmed
Array of flags defining whether the input shape has to be trimmed to fit the required period in the required direction.
◆ myPeriod
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.
◆ myPeriodFirst
Standard_Real BOPAlgo_MakePeriodic::PeriodicityParams::myPeriodFirst[3] |
Array of start parameters of the XYZ periods: required for trimming.
◆ myPeriodic
Array of flags defining whether the shape should be periodic in XYZ directions.
The documentation for this struct was generated from the following file: