CircularArc3d(Point3d, Vector3d,
Double) Constructor
 | 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public CircularArc3d(
        Point3d center,
        Vector3d normal,
        double radius
)
 
Public Sub New ( 
        center As Point3d,
        normal As Vector3d,
        radius As Double
)
 
public:
CircularArc3d(
        Point3d center, 
        Vector3d normal, 
        double radius
)
 
new : 
        center : Point3d * 
        normal : Vector3d * 
        radius : float -> CircularArc3d
 
 
 
Parameters
- center  Point3d
 
-  
 
- normal  Vector3d
 
-  
 
- radius  Double
 
-  
 
 
See Also