API Reference > OdDb Classes > OdDbPathRef Class
OdDbPathRef Class
OdDbPathRef
Syntax
C++
class OdDbPathRef : public OdRxObjectImpl<OdDbGeomRef>;

DbGeomRef.h

This class represents a reference to a path object. 

 

 
Name 
Description 
 
Destructor destroys an instance of this class. 
 
This is the overview for the OdDbPathRef constructor overload. 
 
Name 
Description 
 
Initializes this reference using a given object.
 
 
Creates an entity using this path reference.
 
 
Returns the array of edge references stored in the path reference. 
 
Evaluates and caches the geometry.
 
 
Returns an array of entities created from the edge references in the path. If the second argument is True, it tries to concatenate them.
 
 
Checks whether this path reference is empty.
 
 
Checks whether the geometry of the path is equal to the geometry of a given curve.
 
 
Checks whether all elements of this path reference are the references to the entities.
 
 
Checks whether this path reference is valid.
 
 
 
 
Resets this path reference. 
 
Sets the path reference from a sequence of edge references.
 
 
Name 
Description 
 
= 
Copies a given path reference to this reference. 
Copyright © 2002–2021. Open Design Alliance. All rights reserved.