Description Adds a Ruled Surface to the associated FRED document.
Syntax n = AddRuledSurf ( ent, rsurf )
Parameters n (Long) Node number of the new surface.
ent As T_ENTITY Holds the basic entity data for the Ruled Surface.
rsurf As T_RULEDSURF Structure containing surface-specific data for the Ruled Surface.
Remarks This function adds a Ruled Surface to the associated FRED document. If there is a problem, the function sets an error, returns -1, and does not add the surface to the document.
See Also Examples
|