DK11 for Python | tatukgis.pdk.TGIS_Shape.GetCrossings3D | Constructors | Methods | Properties
Get all crossing points between the current shape and another given shape.
# Python def GetCrossings3D( self, _shape: TGIS_Shape ) -> TGIS_Point3DList:
Name | Type | Description |
---|---|---|
_shape | TGIS_Shape | shape to test with |
Type | Description |
---|---|
TGIS_Point3DList | List of crossing points or nil. |