PointToPointDistance3D
Measures the distance between two 3D points.
Syntax
C++
C#
Python
def PointToPointDistance3D( inPoint1: Point3D, inPoint2: Point3D, inResolution: float, /, *, outConnectingSegment: Segment3D | None = None ) -> outDistance: float
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inPoint1 | Point3D | |||
![]() |
inPoint2 | Point3D | |||
![]() |
inResolution | float | 0.0 - ![]() |
Number of real-world units per one pixel | |
![]() |
outDistance | float | |||
![]() |
outConnectingSegment | Segment3D | None | None |



