Share

acgsSetLensLength

C++

Adesk::Boolean acgsSetLensLength(
    int viewportNumber, 
    const double & lensLength
);

File

acgs.h

Description

Sets the lens length in millimeters for the indicated viewport. The input viewportNumber corresponds to the viewport identification number (this is the same type of number returned by the CVPORT system variable).

Returns true if the specified viewport exists, false otherwise.

Parameters

Parameters Description
viewportNumber Input view number
lensLength Input lens length

Was this information helpful?