Skip to content

3D Raster - Issue or wrong definition? #69

Answered by kip-hart
hem-28 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @hem-28, I found the issue. The raster mesh generator uses mesh_size to determine the edge length for each pixel/voxel. The default value is infinity, which produces nonsense results internally. When I set mesh_size to 5, I get this result:

The input file should be as below, with the mesh_size setting indicated. You can set mesh_size to a value you prefer. I considered setting it to 1, but that is too many voxels for my computer. Let me know if you need any further assistance.

<?xml version="1.0" encoding="UTF-8"?>
<input>
<material>
    <fraction> 1 </fraction>
    <shape> ellipsoid </shape>
    <ratio_ab > 1.34 </ratio_ab >
    <ratio_ac > 2.00 </ratio_ac >
    <ratio_bc > 1.00 </ra…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by kip-hart
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants