Point3dProject Method

Projects the 3D point with respect to the plane and direction vector.
Namespace:  Teigha.Geometry
Assembly:  TD_Mgd (in TD_Mgd.dll) Version: 21.4.0.0
Syntax
public Point3d Project(
        Plane plane,
        Vector3d vector
)

Parameters

plane
Type: Teigha.GeometryPlane
[in] Plane of projection.
vector
Type: Teigha.GeometryVector3d
[in] Direction vector.

Return Value

Type: Point3d
Projected 3D point.
See Also

©  Bricsys NV. All rights reserved.