Description Retrieves the parameters of a specified conic surface.
Syntax GetConic n, entity, curv, conic
Parameters n As Long Node number of the conic surface to be retrieved.
entity As T_ENTITY The generic entity data for the conic surface.
curv As Double The curvature of the conic surface. (curv=1/radius)
conic As Double The conic constant of the conic surface.
Remarks This subroutine retrieves the parameters of a specified conic surface. If an error occurs, a message is posted.
See Also Examples
|