SurfaceGetIntersectionPoint 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.292
Syntax
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