Hide menu
Loading...
Searching...
No Matches
cadex::WallThickness_VoxelizationParameters Class Reference

The parameters for a voxelization wall thickness algorithm. More...

Inheritance diagram for cadex::WallThickness_VoxelizationParameters:
cadex::BaseObject

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)
 

Detailed Description

The parameters for a voxelization wall thickness algorithm.

Examples
wall_thickness/analyzer/Program.cs, and wall_thickness/analyzer/main.cxx.

Constructor & Destructor Documentation

◆ WallThickness_VoxelizationParameters()

cadex::WallThickness_VoxelizationParameters::WallThickness_VoxelizationParameters ( )

Specifies parameters for voxelization wall thickness analysis.

Member Function Documentation

◆ Resolution()

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

◆ SetResolution()

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.

See also
Resolution
Examples
wall_thickness/analyzer/main.cxx.