All Frameworks  Class Hierarchy  This Framework  Indexes

SPAkern Global Function is_PLANE


logical is_PLANE( const ENTITY* ent)
Determines if an ENTITY is a PLANE.

Role: This procedure takes an ENTITY as an argument and returns TRUE if the ENTITY is a PLANE, FALSE if it is not. This procedure also checks for a NULL pointer.

Effect: Read-only

Parameters:
ent
entity to test.

This object is included in the file: acistype.hxx

Copyright (c) 1989-2007 by Spatial Corp. All rights reserved.

SPAkern Global Function is_plane
All Frameworks  Class Hierarchy  This Framework  Indexes

SPAkern Global Function is_plane


logical is_plane( const surface* surf)
Determines if a surface is a planar surface.

Effect: Read-only

Parameters:
surf
surface to test.

This object is included in the file: acistype.hxx

Copyright (c) 1989-2007 by Spatial Corp. All rights reserved.