Share

AcDbDatabase::worldPucsBaseOrigin

C++

AcGePoint3d worldPucsBaseOrigin(
    AcDb::OrthographicView orthoView
) const;

Description

This function returns the database's paperspace "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 desired view

Links

AcDbDatabase Class

Was this information helpful?