VoxelGridSummary
Information about the voxel grid setup.
Example
app = cf.GetApplication() project = app:OpenFile( 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
Usage locations (object properties)
The following objects have properties using the VoxelGridSummary object:
Property List
- GridMaxInterval
- The maximum grid interval. (Read only Expression)
- GridMinInterval
- The minimum grid interval. (Read only Expression)
- MaxAspectRatio
- The maximum aspect ratio in the grid. (Read only Expression)
- MaxGrowthRate
- The maximum growth rate in the grid. (Read only Expression)
- VoxelsTotal
- The total number of voxels in the grid. (Read only Expression)
- VoxelsX
- The number of voxels in the X axis direction. (Read only Expression)
- VoxelsY
- The number of voxels in the Y axis direction. (Read only Expression)
- VoxelsZ
- The number of voxels in the Z axis direction. (Read only Expression)
Property Details
- GridMaxInterval
- The maximum grid interval.
- Type
- Expression
- Access
- Read only
- GridMinInterval
- The minimum grid interval.
- Type
- Expression
- Access
- Read only
- MaxAspectRatio
- The maximum aspect ratio in the grid.
- Type
- Expression
- Access
- Read only
- MaxGrowthRate
- The maximum growth rate in the grid.
- Type
- Expression
- Access
- Read only
- VoxelsTotal
- The total number of voxels in the grid.
- Type
- Expression
- Access
- Read only
- VoxelsX
- The number of voxels in the X axis direction.
- Type
- Expression
- Access
- Read only
- VoxelsY
- The number of voxels in the Y axis direction.
- Type
- Expression
- Access
- Read only
- VoxelsZ
- The number of voxels in the Z axis direction.
- Type
- Expression
- Access
- Read only