InsertArc Method (ISketchManager)
Constructs an Arc.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertArc( _
DOUBLE CenterX As System.Double, _
DOUBLE CenterY As System.Double, _
DOUBLE CenterZ As System.Double, _
DOUBLE Radius As System.Double, _
DOUBLE StartAngle As System.Double, _
DOUBLE EndAngle As System.Double _
) As CircleArc |
COM native C++ | |
---|
HRESULT InsertArc(
double CenterX,
,
double CenterY,
,
double CenterZ,
,
double Radius,
,
double StartAngle,
,
double EndAngle
,
ICircleArc** CircleArc
) |
C++ | |
---|
DSRESULT InsertArc(
DOUBLE CenterX,
,
DOUBLE CenterY,
,
DOUBLE CenterZ,
,
DOUBLE Radius,
,
DOUBLE StartAngle,
,
DOUBLE EndAngle
,
dsCircleArc** CircleArc
) |
Parameters
- CenterX
- x coordinate for the center point of the Arc
- CenterY
- y coordinate for the center point of the Arc
- CenterZ
- z coordinate for the center point of the Arc
- Radius
- Radius of Arc
- StartAngle
- Positive or negative value of the angle from the chord tangent to the start point in radians
- EndAngle
- Positive or negative value of the angle from the chord tangent to the end point in radians
Parameters
- CircleArc[out] or Return Value
- Arc
Example
See Also
Availability
DraftSight V1R1.1