Share

Point2d.DistanceTo Method

Parent Object: Point2d

Description

Method that returns the distance between this point and the specified point.

Syntax

Point2d.DistanceTo( Point As Point2d ) As Double

Parameters

Name Type Description
Point Point2d Point2d object that specifies the point to which the distance is to be returned.

Samples

Name Description
Finding Bend Extent (Tangent) Edges This sample demonstrates how to retrieve the bend extent edges (a.k.a. tangent edges) associated with the selected bend edge on a flat pattern.

Version

Introduced in version 11

Was this information helpful?