Skip to content

Commit f8b8a7c

Browse files
Update to latest OrangeParamsOutput (#12)
1 parent c49cd56 commit f8b8a7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

celerpy/model/output.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class TraceOutput(_Model):
4646
class OrangeScalars(_Model):
4747
"""Scalar properties of an ORANGE geometry."""
4848

49-
max_depth: NonNegativeInt
49+
num_univ_levels: NonNegativeInt
5050
"Maximum universe nesting depth"
5151

5252
max_faces: NonNegativeInt
@@ -55,7 +55,7 @@ class OrangeScalars(_Model):
5555
max_intersections: NonNegativeInt
5656
"Maximum number of surface intersections along a ray"
5757

58-
max_logic_depth: NonNegativeInt
58+
max_csg_levels: NonNegativeInt
5959
"Maximum CSG logic tree depth"
6060

6161
tol: Tolerance
@@ -97,8 +97,8 @@ class OrangeSizes(_Model):
9797
simple_units: NonNegativeInt
9898
surface_types: NonNegativeInt
9999
transforms: NonNegativeInt
100-
universe_indices: NonNegativeInt
101-
universe_types: NonNegativeInt
100+
univ_indices: NonNegativeInt
101+
univ_types: NonNegativeInt
102102
volume_ids: NonNegativeInt
103103
volume_instance_ids: NonNegativeInt
104104
volume_records: NonNegativeInt

0 commit comments

Comments
 (0)