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