PointOnSurfaceGetNormal(Point2d) Method
 | 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public Vector3d GetNormal(
        Point2d point
)
 
Public Function GetNormal ( 
        point As Point2d
) As Vector3d
 
public:
Vector3d GetNormal(
        Point2d point
)
 
member GetNormal : 
        point : Point2d -> Vector3d 
 
 
 
Parameters
- point  Point2d
 
-  
 
Return Value
Vector3d
 
See Also