Navigation: Scripting Reference Manual > Functions & Subroutines > AddTrimmedParametric

 

AddTrimmedParametric

 

Contact Us: fredsupport@photonengr.com

 

Description

Adds a Trimmed Parametric surface (IGES entity type 144) to the associated FRED document.

 

Syntax

n = AddTrimmedParametric ( entity, surf, outer, inner )

 

Parameters

n (Long)

Node number of the added surface, or -1 if there is a problem.

 

entity As T_ENTITY

Holds the generic entity data for the new surface.

 

surf As Long

Identifier of the parametric surface used to construct this surface.

 

outer As Long

Identifier of the single closed outer boundary curve.

 

inner() As Long

Array of identifiers of the closed inner boundary curve.

 

Remarks

This function adds a Trimmed Parametric surface to the associated FRED document.  If there is an problem, the function sets an error and returns -1.

 

See Also

T_ENTITY

GetTrimmedParametric

SetTrimmedParametric

Examples

Surfaces

 

 

 

 

 

 

Copyright © Photon Engineering, LLC