API Reference > Classes > PRC Topology Classes > OdPrcFace Class
OdPrcFace Class
OdPrcFaceOdPrcFace
Syntax
C++
class OdPrcFace : public OdPrcTopoItem;

PrcFace.h

 

Class representing a surface's bounded part which is defined by a surface, an optional domain for trimming a face definition, an associated tolerance, and a list of loops for delimiting a bounded part.

OdPrcFace Class
 
Name 
Description 
 
Destroys the face object. 
 
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.
 
OdPrcFace Class
 
Name 
Description 
 
Adds a new loop to the face.  
 
This is the overview for the baseSurface method overload. 
 
This is the overview for the baseTopology method overload. 
 
Clears current graphics data. 
 
Returns the current outer loop index. 
 
Returns current graphics data. 
 
Returns the current value of the graphic flag. The graphic flag indicates that the face has graphics (if true). 
 
Returns the current array of loops that delimit a part of the face. 
 
This is the overview for the orientationSurfaceWithShell method overload. 
 
Sets new graphics data to the face.
 
 
Sets a loop array to the face.  
 
Sets a new outer loop index for the face.
 
 
Sets a new domain for trimming the face definition.
 
 
Sets a new tolerance value. If the tolerance is 0.0 the topological context tolerance is used.  
 
Returns the current domain for trimming the face definition. 
 
Returns the current tolerance value. If the tolerance is 0.0 the topological context tolerance must be used. 
Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.