API Reference > Classes > PRC Representation Classes > OdPrcEdge Class
OdPrcEdge Class
OdPrcEdgeOdPrcEdge
Syntax
C++
class OdPrcEdge : public OdPrcTopoItem;

PrcEdge.h

 

Class representing an edge which is a bounded segment of a curve.

 
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.
 
OdPrcEdge Class
 
Name 
Description 
 
This is the overview for the contentWireEdge method overload. 
 
Sets a new end vertex for the edge.  
 
Sets a new start vertex for the edge.  
 
Sets a new tolerance value. If the tolerance is 0.0 the topological context tolerance is used.  
 
Returns the current tolerance value. If the tolerance is 0.0 the topological context tolerance must be used. 
 
Returns the current end vertex. 
 
Returns the current start vertex. 
Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.