interface AcGiView {
    ambientColor?: number;
    backClippingPlane: number;
    brightness: number;
    center: AcGePoint2d;
    contrast: number;
    defaultLightingType: AcGiDefaultLightingType;
    frontClippingPlane: number;
    frozenLayers: string[];
    isDefaultLightingOn: boolean;
    lensLength: number;
    orthographicType: AcGiOrthographicType;
    renderMode: AcGiRenderMode;
    shadePlotObjectId?: string;
    shadePlotSetting: number;
    styleSheet: string;
    ucsIconSetting: number;
    ucsOrigin: AcGePoint3d;
    ucsXAxis: AcGePoint3d;
    ucsYAxis: AcGePoint3d;
    viewDirectionFromTarget: AcGePoint3d;
    viewHeight: number;
    viewMode: number;
    viewTarget: AcGePoint3d;
    viewTwistAngle: number;
    visualStyleObjectId?: string;
}

Properties

ambientColor?: number
backClippingPlane: number
brightness: number
center: AcGePoint2d
contrast: number
defaultLightingType: AcGiDefaultLightingType
frontClippingPlane: number
frozenLayers: string[]
isDefaultLightingOn: boolean
lensLength: number
orthographicType: AcGiOrthographicType
renderMode: AcGiRenderMode
shadePlotObjectId?: string
shadePlotSetting: number
styleSheet: string
ucsIconSetting: number
ucsOrigin: AcGePoint3d
ucsXAxis: AcGePoint3d
ucsYAxis: AcGePoint3d
viewDirectionFromTarget: AcGePoint3d
viewHeight: number
viewMode: number
viewTarget: AcGePoint3d
viewTwistAngle: number
visualStyleObjectId?: string