Description Adds an Implicit Script Surface.
Syntax n = AddImplicitScriptSurf ( ent )
Parameters n (Long) Node number of the new implicit script surface.
ent As T_ENTITY The generic entity data for the new implicit script surface. Note that no other parameters are needed.
Remarks This function adds a new implicit script surface to the associated FRED document and returns the identifier of the new surface. The implicit script surface type is typically used to define a surface with a shape that is not described by the predefined shapes. If it fails, an error is posted and the function returns a value of -1.
See Also Examples
|