Share

Surface.GetIntersectionPoint Method

Gets the intersection point with surface by the specified point and vector.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public Point3d GetIntersectionPoint(
	Point3d startPoint,
	Vector3d dir
)

VB

Public Function GetIntersectionPoint ( 
	startPoint As Point3d,
	dir As Vector3d
) As Point3d

C++

public:
Point3d GetIntersectionPoint(
	Point3d startPoint, 
	Vector3d dir
)

Parameters

startPoint  Point3d
 
dir  Vector3d
 

Return Value

Point3d

Exceptions

ExceptionCondition
ArgumentException Thrown when no intersection point was found.

See Also

Reference

Was this information helpful?