VoxelGridSummary
Information about the voxel grid setup.
Example
app = cf.GetApplication() project = app:Load({ FEKO_HOME..[[/shared/Resources/Automation/Feeding_a_Horn_Antenna_Aperture_Feed.cfx]]}) project.SolutionSettings.SolverSettings.FDTDSettings.FDTDEnabled = true -- Get the voxel mesher grid summary info voxelGridInfo = project.Mesher.VoxelSettings.GridInfo -- Get the total number of voxels in the grid count = voxelGridInfo.VoxelsTotal
Inheritance
The VoxelGridSummary object is derived from the CompositeValue object.
Usage locations
The VoxelGridSummary object can be accessed from the following locations:
- Properties
- VoxelSettings object has property GridInfo.
- Methods
- VoxelGridSummaryList object has method Append().
- VoxelGridSummaryList object has method Get(number).
Property List
- GridMaxInterval
- The maximum grid interval. (Read only number)
- GridMinInterval
- The minimum grid interval. (Read only number)
- MaxAspectRatio
- The maximum aspect ratio in the grid. (Read only number)
- MaxGrowthRate
- The maximum growth rate in the grid. (Read only number)
- VoxelsTotal
- The total number of voxels in the grid. (Read only number)
- VoxelsX
- The number of voxels in the X axis direction. (Read only number)
- VoxelsY
- The number of voxels in the Y axis direction. (Read only number)
- VoxelsZ
- The number of voxels in the Z axis direction. (Read only number)
Property Details
- GridMaxInterval
- The maximum grid interval.
- Type
- number
- Access
- Read only
- GridMinInterval
- The minimum grid interval.
- Type
- number
- Access
- Read only
- MaxAspectRatio
- The maximum aspect ratio in the grid.
- Type
- number
- Access
- Read only
- MaxGrowthRate
- The maximum growth rate in the grid.
- Type
- number
- Access
- Read only
- VoxelsTotal
- The total number of voxels in the grid.
- Type
- number
- Access
- Read only
- VoxelsX
- The number of voxels in the X axis direction.
- Type
- number
- Access
- Read only
- VoxelsY
- The number of voxels in the Y axis direction.
- Type
- number
- Access
- Read only
- VoxelsZ
- The number of voxels in the Z axis direction.
- Type
- number
- Access
- Read only