Description Adds a Tabulated Cylinder surface (IGES entity type 122) to the associated FRED document.
Syntax n = AddTabulatedCylinder ( entity, tc )
Parameters n (Long) Node number of the new Tabulated Cylinder.
entity As T_ENTITY Holds the generic entity data for the new Tabulated Cylinder.
tc As T_TABULATEDCYLINDER Structure containing the surface-specific data for the new Tabulated Cylinder.
Remarks This function adds a Tabulated Cylinder surface to the associated FRED document. If there is a problem, the function sets an error and returns -1 without adding the surface.
See Also Examples
|