A3DSDKDeprecated.h
Macro Definitions
__A3DSDKDEPRECATED__ |
|
deprecated_kA3DDraw3D |
|
deprecated_kA3DDrawMarkups |
Type Aliases
Functions
Detailed Description
- Author
- Tech Soft 3D
- Version
- 25.4
- Date
- May 2025
- Copyright
- Copyright (c) 2010 - 2025 by Tech Soft 3D, Inc. All rights reserved.
Type Alias Documentation
-
typedef A3DMkpRTFFieldData
deprecated_A3DRTFFieldData
- Deprecated:
This type is deprecated. Please use A3DMkpRTFFieldData instead to implement the same behaviour. This will be removed in version 2026.1.0.
Function Documentation
-
A3DStatus
deprecated_A3DDisableHandleSIGSEGV
() Disables internal SIGSEGV handling (Linux only)
This function deactivates the handling of the SIGSEGV signal on Linux. By default, SIGSEGV is handled and an exception is thrown to return A3D_EXCEPTION.
- Deprecated:
the default behavior has changed with 11.2 to disable the SIGSEGV handling This will be removed in version 2026.1.0.
Warning
You must call this function before
A3DDllInitialize
Return values: - A3D_SUCCESS –
- A3D_ERROR – if not on Linux
Returns: A3D_SUCCESS
on success, or an error code on failure
-
A3DStatus
deprecated_A3DEnableHandleSIGSEGV
() Enables internal SIGSEGV handling (Linux only)
This function activates the handling of the SIGSEGV signal on Linux. When this function is activated, SIGSEGV is handled and an exception is thrown to return A3D_EXCEPTION.
- Deprecated:
the default behavior has changed with 11.2 to disable the SIGSEGV handling This will be removed in version 2026.1.0.
Warning
You must call this function before
A3DDllInitialize
Return values: - A3D_SUCCESS –
- A3D_ERROR – if not on Linux
Returns: A3D_SUCCESS
on success, or an error code on failure