@@ -48,101 +48,134 @@ def __init__(self, channel: grpc.Channel):
4848
4949 self .stub = BodiesStub (channel )
5050
51+ @protect_grpc
5152 def create_sphere_body (self , ** kwargs ) -> dict : # noqa: D102
5253 raise NotImplementedError
5354
55+ @protect_grpc
5456 def create_extruded_body (self , ** kwargs ) -> dict : # noqa: D102
5557 raise NotImplementedError
5658
59+ @protect_grpc
5760 def create_sweeping_profile_body (self , ** kwargs ) -> dict : # noqa: D102
5861 raise NotImplementedError
5962
63+ @protect_grpc
6064 def create_sweeping_chain (self , ** kwargs ) -> dict : # noqa: D102
6165 raise NotImplementedError
6266
67+ @protect_grpc
6368 def create_extruded_body_from_face_profile (self , ** kwargs ) -> dict : # noqa: D102
6469 raise NotImplementedError
6570
71+ @protect_grpc
6672 def create_extruded_body_from_loft_profiles (self , ** kwargs ) -> dict : # noqa: D102
6773 raise NotImplementedError
6874
75+ @protect_grpc
6976 def create_planar_body (self , ** kwargs ) -> dict : # noqa: D102
7077 raise NotImplementedError
7178
79+ @protect_grpc
7280 def create_body_from_face (self , ** kwargs ) -> dict : # noqa: D102
7381 raise NotImplementedError
7482
83+ @protect_grpc
7584 def create_surface_body (self , ** kwargs ) -> dict : # noqa: D102
7685 raise NotImplementedError
7786
87+ @protect_grpc
7888 def create_surface_body_from_trimmed_curves (self , ** kwargs ) -> dict : # noqa: D102
7989 raise NotImplementedError
8090
91+ @protect_grpc
8192 def translate (self , ** kwargs ) -> dict : # noqa: D102
8293 raise NotImplementedError
8394
95+ @protect_grpc
8496 def delete (self , ** kwargs ) -> dict : # noqa: D102
8597 raise NotImplementedError
8698
99+ @protect_grpc
87100 def is_suppressed (self , ** kwargs ) -> dict : # noqa: D102
88101 raise NotImplementedError
89102
103+ @protect_grpc
90104 def get_color (self , ** kwargs ) -> dict : # noqa: D102
91105 raise NotImplementedError
92106
107+ @protect_grpc
93108 def get_faces (self , ** kwargs ) -> dict : # noqa: D102
94109 raise NotImplementedError
95110
111+ @protect_grpc
96112 def get_edges (self , ** kwargs ) -> dict : # noqa: D102
97113 raise NotImplementedError
98114
115+ @protect_grpc
99116 def get_volume (self , ** kwargs ) -> dict : # noqa: D102
100117 raise NotImplementedError
101118
119+ @protect_grpc
102120 def get_bounding_box (self , ** kwargs ) -> dict : # noqa: D102
103121 raise NotImplementedError
104122
123+ @protect_grpc
105124 def set_assigned_material (self , ** kwargs ) -> dict : # noqa: D102
106125 raise NotImplementedError
107126
127+ @protect_grpc
108128 def get_assigned_material (self , ** kwargs ) -> dict : # noqa: D102
109129 raise NotImplementedError
110130
131+ @protect_grpc
111132 def set_name (self , ** kwargs ) -> dict : # noqa: D102
112133 raise NotImplementedError
113134
135+ @protect_grpc
114136 def set_fill_style (self , ** kwargs ) -> dict : # noqa: D102
115137 raise NotImplementedError
116138
139+ @protect_grpc
117140 def set_suppressed (self , ** kwargs ) -> dict : # noqa: D102
118141 raise NotImplementedError
119142
143+ @protect_grpc
120144 def set_color (self , ** kwargs ) -> dict : # noqa: D102
121145 raise NotImplementedError
122146
147+ @protect_grpc
123148 def rotate (self , ** kwargs ) -> dict : # noqa: D102
124149 raise NotImplementedError
125150
151+ @protect_grpc
126152 def scale (self , ** kwargs ) -> dict : # noqa: D102
127153 raise NotImplementedError
128154
155+ @protect_grpc
129156 def mirror (self , ** kwargs ) -> dict : # noqa: D102
130157 raise NotImplementedError
131158
159+ @protect_grpc
132160 def map (self , ** kwargs ) -> dict : # noqa: D102
133161 raise NotImplementedError
134162
163+ @protect_grpc
135164 def get_collision (self , ** kwargs ) -> dict : # noqa: D102
136165 raise NotImplementedError
137166
167+ @protect_grpc
138168 def copy (self , ** kwargs ) -> dict : # noqa: D102
139169 raise NotImplementedError
140170
171+ @protect_grpc
141172 def get_tesellation (self , ** kwargs ) -> dict : # noqa: D102
142173 raise NotImplementedError
143174
175+ @protect_grpc
144176 def get_tesellation_with_options (self , ** kwargs ) -> dict : # noqa: D102
145177 raise NotImplementedError
146178
179+ @protect_grpc
147180 def boolean (self , ** kwargs ) -> dict : # noqa: D102
148181 raise NotImplementedError
0 commit comments