Description Data structure for a Conic Arc Curve.
Definition Type T_CONICARC A As Double B As Double C As Double D As Double E As Double F As Double startX As Double startY As Double endX As Double endY As Double depthZ As Double End Type
Members A, B, C, D, E, F Coefficients of the conic equation.
startX X component of the start point.
startY Y component of the start point.
endX X component of the end point.
endY Y component of the end point.
depthZ Depth in the Z direction of the arc.
Used as Parameter in Examples
|