C++
Acad::ErrorStatus setDirection( const AcGeVector3d& );
Description
Sets dir as the direction that the MText object will consider to be its "horizontal" axis. The direction vector dir should be in the WCS coordinates.
Returns Acad::eOk if successful or Acad::eInvalidInput if the data passed in is not acceptable.
Parameters
Parameters | Description |
---|---|
unnamed | Input desired direction vector (in WCS) |