ACAPI_​3D_​CreateSight

Creates a new sight for 3D operations.

    GSErrCode  ACAPI_3D_CreateSight (
        void**     newSightPtr
    );

 

Parameters

newSightPtr
[out] A pointer to the new sight.

 

Return Values

NoError
The function has completed with success.
APIERR_GENERAL
The sight could not be created.

For other common API errors see the API Errors document.

 

Remarks

You can switch to this newly created sight with ACAPI_3D_SelectSight. Don’t forget to delete the sight with ACAPI_3D_DeleteSight when you are done.

 

Requirements

Version: API 4.1 or later
Header: ACAPinc.h

 

See Also

ACAPI_3D_SelectSight, ACAPI_3D_DeleteSight,
API Functions