GeometryCircularArc(Point3d, Double,
Vector3d, Vector3d, Double, ArcType)
Method
|
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public abstract bool CircularArc(
Point3d center,
double radius,
Vector3d normal,
Vector3d startVector,
double sweepAngle,
ArcType arcType
)
Public MustOverride Function CircularArc (
center As Point3d,
radius As Double,
normal As Vector3d,
startVector As Vector3d,
sweepAngle As Double,
arcType As ArcType
) As Boolean
public:
virtual bool CircularArc(
Point3d center,
double radius,
Vector3d normal,
Vector3d startVector,
double sweepAngle,
ArcType arcType
) abstract
abstract CircularArc :
center : Point3d *
radius : float *
normal : Vector3d *
startVector : Vector3d *
sweepAngle : float *
arcType : ArcType -> bool
Parameters
- center Point3d
-
- radius Double
-
- normal Vector3d
-
- startVector Vector3d
-
- sweepAngle Double
-
- arcType ArcType
-
Return Value
Boolean
See Also