API Reference > Other Classes > OdResBuf Class > OdResBuf Methods > OdResBuf::getVector2d Method
OdResBuf::getVector2d Method
Syntax
C++
const OdGeVector2d& getVector2d() const;

Returns the data content of the ResBuf object as two-dimensional vector instance.

This method generates the OdError_InvalidResBuf exception when the stored data type does not correspond to the Point type. When the ResBuf object stores three-dimensional point or vector, this method converts it to the two-dimensional vector truncating Z-coordinate.

Example of Entering and Displaying Tagged Data 

Getting and Setting Points and Vectors 

Determining the Data Type by Group Code 

OdResBuf::setVector2d(), OdResBuf::restype(), OdDxfCode::_getType() methods

Copyright © 2002–2020. Open Design Alliance. All rights reserved.