Curve3dGetProjectedEntity(Plane,
Vector3d) Method
 | 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public Entity3d GetProjectedEntity(
        Plane projectionPlane,
        Vector3d projectDirection
)
 
Public Function GetProjectedEntity ( 
        projectionPlane As Plane,
        projectDirection As Vector3d
) As Entity3d
 
public:
Entity3d^ GetProjectedEntity(
        Plane^ projectionPlane, 
        Vector3d projectDirection
)
 
member GetProjectedEntity : 
        projectionPlane : Plane * 
        projectDirection : Vector3d -> Entity3d 
 
 
 
Parameters
- projectionPlane  Plane
 
-  
 
- projectDirection  Vector3d
 
-  
 
Return Value
Entity3d
 
See Also