API Reference > Classes > PRC Topology Classes > OdPrcShell Class
OdPrcShell Class
OdPrcShellOdPrcShell
Syntax
C++
class OdPrcShell : public OdPrcTopoItem;

PrcShell.h

 

Class stores information about an array of topological items.

 
Name 
Description 
 
Reads topological entity data from a specified input stream, creates a topological entity, and returns a smart pointer to an OdPrcTopoItem object.
 
 
Writes topological entity data to a specified output stream.
 
OdPrcShell Class
 
Name 
Description 
 
Adds a new face to the shell.  
 
This is the overview for the baseTopology method overload. 
 
Returns the current array of the shell faces. 
 
Adds a new array of faces to the loop.  
 
Sets a new value of the closed flag. The closed flag indicates whether the shell is closed (true) or not (false).
 
 
Returns the current value of the closed flag. The closed flag indicates whether the shell is closed (true) or not (false). 
 
Updates the current value of the closed flag. The closed flag indicates whether the shell is closed (true) or not (false). 
Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.