Description Adds a new Circular Arc curve to the associated FRED document.
Syntax n = AddCircularArc ( entity, curve )
Parameters n (Long) Node number of the new new Circular Arc.
entity As T_ENTITY The generic entity data for the new Circular arc.
curve As T_CIRCULARARC Structure containing curve data specific to the new Circular Arc.
Remarks This function adds a new Circular Arc to the associated FRED document and returns its curve identifier. It returns the value -1 if the curve could not be created or added to the document.
See Also Examples
|