Description Sets a specific Trimmed Parametric (IGES entity type 144) surface in the associated FRED document.
Syntax SetTrimmedParametric n, entity, surf, outer, inner
Parameters n As Long Node number of the surface.
entity As T_ENTITY The generic entity data for the surface.
surf As Long Node number of the base parametric surface used to construct this surface.
outer As Long Node number of a single closed outer boundary curve.
inner() As Long Array of identifiers of closed inner boundary curves.
Remarks This subroutine sets a specific Trimmed Parametric surface in the associated FRED document. If there is a problem, the subroutine sets an error and returns without modifying the surface.
See Also Examples
|