- an alternative to distanceSurface (with distance zero) that uses a cell cutting approach instead of an iso-surface.
26 lines
465 B
Plaintext
26 lines
465 B
Plaintext
# An angled plane with (1,1,1) normal
|
|
o angledPlane1
|
|
|
|
# Full extent
|
|
# v -0.15 -0.025 0.025
|
|
# v -0.10 -0.025 -0.025
|
|
# v -0.05 -0.075 -0.025
|
|
# v -0.10 -0.075 0.025
|
|
|
|
# Embedded, ending at cell
|
|
# v -0.135 -0.0325 0.0175
|
|
# v -0.100 -0.0325 -0.0175
|
|
# v -0.065 -0.0675 -0.0175
|
|
# v -0.100 -0.0675 0.0175
|
|
|
|
# Embedded, ending mid-cell
|
|
|
|
v -0.1425 -0.02875 0.02125
|
|
v -0.100 -0.02875 -0.02125
|
|
v -0.0575 -0.07125 -0.02125
|
|
v -0.100 -0.07125 0.02125
|
|
|
|
f 1 2 4
|
|
f 2 3 4
|
|
# EOF
|