C++
Adesk::Boolean acgsGetOrthoViewParameters( int viewportNumber, AcDb::OrthographicView view, AcGeVector3d * pViewDir, AcGeVector3d * pUpVector );
File
acgs.h
Description
This helper function is used to retrieve the UCS specified by view.
Parameters
Parameters | Description |
---|---|
viewportNumber | Input view number |
view | Input view parameters |
pViewDir | View direction |
pUpVector | View "up" direction |