C++
AcGePoint3d ucsBaseOrigin( AcDb::OrthographicView view ) const;
Description
Returns the origin point of the input orthographic view when UCSBASE is set to this UCS. For instance if this UCS is named "MYUCS" and UCSBASE is set to "MYUCS", then the command UCS/FRONT will change the UCS to the orthographic view "FRONT" (relative to MYUCS) and the origin of the new UCS will be the point that is returned by this function when called with the parameter AcDb::kFrontView.
Parameters
| Parameters | Description |
|---|---|
| view | Input orthographic view |