We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 710b802 commit 8655506Copy full SHA for 8655506
docs/rips/generated/generated_classes.py
@@ -1260,13 +1260,10 @@ class PointBasedWellPath(WellPath):
1260
"""
1261
PointBasedWellPath
1262
1263
- Attributes:
1264
- trajectory_points (List[List[float]]): Trajectory Points
1265
1266
__custom_init__ = None #: Assign a custom init routine to be run at __init__
1267
1268
def __init__(self, pb2_object: Optional[PdmObject_pb2.PdmObject]=None, channel: Optional[grpc.Channel]=None) -> None:
1269
- self.trajectory_points: List[List[float]] = []
1270
WellPath.__init__(self, pb2_object, channel)
1271
if PointBasedWellPath.__custom_init__ is not None:
1272
PointBasedWellPath.__custom_init__(self, pb2_object=pb2_object, channel=channel)
0 commit comments