Description Gets a specific Trimmed Parametric surface (IGES entity type 144) in the associated FRED document.
Syntax GetTrimmedParametric n, entity, surf, outer, inner
Parameters n As Long Node number of the surface.
entity As T_ENTITY Returns the generic entity data of the surface.
surf As Long Returns the identifier of the base parametric surface used to construct this surface.
outer As Long Returns the identifier of the single closed outer boundary curve.
inner() As Long Returns array holding the identifiers of the closed inner boundary curve.
Remarks This subroutine gets 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 parameters.
See Also Examples
|