Calculates the point on the alignment's geometry which is closest to the given model point.
Namespace: Autodesk.Revit.DB.Infrastructure
Assembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2021.1
Syntax
C# |
---|
public XYZ GetClosestPoint(
XYZ point
) |
Visual Basic |
---|
Public Function GetClosestPoint ( _
point As XYZ _
) As XYZ |
Visual C++ |
---|
public:
XYZ^ GetClosestPoint(
XYZ^ point
) |
Return Value
The alignment point closest to the given model point.
See Also