The parameters for a voxelization wall thickness algorithm. More...
Public Member Functions | |
| WallThickness_VoxelizationParameters () | |
| Specifies parameters for voxelization wall thickness analysis. | |
| size_t | Resolution () const |
| Returns voxel resolution for voxelization wall thickness analysis. | |
| void | SetResolution (size_t theResolution) |
| Sets voxel resolution for voxelization wall thickness analysis. | |
Public Member Functions inherited from cadex::BaseObject | |
| size_t | Id () const |
| Return unique identifier of public object. | |
| internal::BaseObjectImpl * | Impl () const |
| bool | IsNull () const |
| operator bool () const | |
| template<typename T > | |
| bool | IsOfType () const |
| template<typename T > | |
| T * | Impl () const |
| Reserved for internal use. | |
Additional Inherited Members | |
Public Types inherited from cadex::BaseObject | |
| typedef std::shared_ptr< internal::BaseObjectImpl > | ImplType |
Protected Member Functions inherited from cadex::BaseObject | |
| BaseObject (const ImplType &theImpl) | |
The parameters for a voxelization wall thickness algorithm.
| cadex::WallThickness_VoxelizationParameters::WallThickness_VoxelizationParameters | ( | ) |
Specifies parameters for voxelization wall thickness analysis.
| size_t cadex::WallThickness_VoxelizationParameters::Resolution | ( | ) | const |
Returns voxel resolution for voxelization wall thickness analysis.
The larger the value, the higher the accuracy of the calculations. The recommended values are 100 - 5000. Be aware, high values greatly increase computation time and memory usage.
Default value is 1000
| void cadex::WallThickness_VoxelizationParameters::SetResolution | ( | size_t | theResolution | ) |
Sets voxel resolution for voxelization wall thickness analysis.
theResolution is a value to determine accuracy of wall thickness calculation. theResolution should be at least 20, otherwise nothing will happen.