Description This data structure defines a circular arc curve. Note that the specification here is different than the specification in the GUI, which uses an x,y center, radius and sweep angles. In the script definition, the sweep angle is defined by the start and end x,y coordinates with respect to the x,y,z center position. Clarification of the two different conventions is provided in the graphic below.
Definition Type T_CIRCULARARC centerX As Double centerY As Double centerZ As Double startX As Double startY As Double endX As Double endY As Double End Type
Members centerX X coordinate of the center of the arc.
centerY Y coordinate of the center of the arc.
centerZ Z coordinate of the center of the arc.
startX X component of the start point on the arc.
startY Y component of the start point on the arc.
endX X component of the end point on the arc.
endY Y component of the end point on the arc.
Used as Parameter in
Examples
|