Share

AcDbDatabase::worldUcsBaseOrigin

C++

AcGePoint3d worldUcsBaseOrigin(
    AcDb::OrthographicView orthoView
) const;

Description

This function returns the database's model space "default" UCS origin point (in WCS coordinates) for the view specified by orthoView. orthoView may be any one of the AcDb::OrthographicView enumerators.

Parameters

Parameters Description
orthoView Input view for which base point is desired

Links

AcDbDatabase Class

Was this information helpful?