SurfaceGetIntersectionPoint Method |
Gets the intersection point with surface by the specified point and vector.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Point3d GetIntersectionPoint(
Point3d startPoint,
Vector3d dir
)
Public Function GetIntersectionPoint (
startPoint As Point3d,
dir As Vector3d
) As Point3d
public:
Point3d GetIntersectionPoint(
Point3d startPoint,
Vector3d dir
)
Parameters
- startPoint Point3d
-
- dir Vector3d
-
Return Value
Point3d
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when no intersection point was found.
|
See Also