C++
Acad::ErrorStatus setWorldUcsBaseOrigin( const AcGePoint3d& origin, AcDb::OrthographicView orthoView );
Description
This function sets origin to be the new model space "default" UCS origin point for the view specified by orthoView. orthoView may be any one of the AcDb::OrthographicView enumerators.
Returns Acad::eOk if successful.
Parameters
Parameters | Description |
---|---|
origin | Input new origin point in WCS coordinates |
orthoView | Input view for which base point is desired |