API Reference > OdDb Classes > OdDbVertexRef Class
OdDbVertexRef Class
OdDbVertexRef
Syntax
C++
class OdDbVertexRef : public OdRxObjectImpl<OdDbSubentRef>;

DbGeomRef.h

This class represents a reference to a vertex object. 

 

 
Name 
Description 
 
Destructor destroys an instance of this class. 
 
This is the overview for the OdDbVertexRef constructor overload. 
 
Name 
Description 
 
Declares the implied types. 
 
Name 
Description 
 
Initializes this reference using a given object.
 
 
Creates an entity using this vertex reference.
 
 
This is the overview for the createObject method overload. 
 
Checks whether this vertex reference is empty.
If referencedRef() is not NULL, returns its OdDbCompoundObjectId, otherwise returns OdDbCompoundObjectId from the base-class OdDbSubentRef. 
 
Evaluates and caches the geometry.
 
 
Evaluates the point from the referenced geometry. If no geometry, returns the cached point coordinates.
 
 
Returns the implied type. 
 
Returns the vertex index. 
 
Checks whether this vertex reference is valid.
 
 
 
 
Returns the three-dimensional point directly held by this vertex reference. 
 
Returns the geometry reference referenced by this vertex reference. 
 
Resets this vertex reference. 
 
Returns the subent ID. 
 
Name 
Description 
 
= 
Copies a given vertex reference to this reference.
 
Copyright © 2002–2021. Open Design Alliance. All rights reserved.