Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public Point3d Project(
        Plane plane,
        Vector3d vector
)
 
Public Function Project ( 
        plane As Plane,
        vector As Vector3d
) As Point3d
 
public:
Point3d Project(
        Plane^ plane, 
        Vector3d vector
)
 
member Project : 
        plane : Plane * 
        vector : Vector3d -> Point3d 
 
 
 
Parameters
- plane  Plane
 
-  
 
- vector  Vector3d
 
-  
 
Return Value
Point3d
 
See Also