Line3DList
Canonical path: NemAll_Python_Geometry.Line3DList
__contains__
__contains__(value: Line3D) -> bool
Check for a value in the list
Parameters:
-
value
(Line3D
) –Value to check
Returns:
-
bool
–State for value is in the list
__delitem__
__delitem__(value: Line3D)
__getitem__
__getitem__(index: int) -> Line3D
__setitem__
__setitem__(index: int | slice, value: Line3D)
extend
extend(iterable: Line3DList)
Add the items from an iterable to the end of the list
Parameters:
-
iterable
(Line3DList
) –Iterable to add
Placeholder