ACIS Anticipated Deprecations
From DocR21
Improvements and enhancements to the 3D ACIS Modeler necessarily involve occasional interface changes, including the deprecation of classes and/or functions whose utility has been superseded. The purpose of this article is to help you plan for the removal of such classes and functions from the ACIS interface by providing you with a schedule of future deprecations.
Note: The following content describes anticipated changes rather than guaranteed changes.
Contents |
R21
Class entity_error_info_legacy
The entity_error_info_legacy class will be removed. Use error_info instead.
Class rem_error_info
The rem_error_info class will be removed. Use error_info instead.
Function bs3_curve_bs3_curve_int
Spatial does not recommend the usage of bs3_curve_bs3_curve_int. As of R21, this function has been deprecated; the stability of curve-curve intersection functions is better than bs3_curve_bs3_curve_int(). Instead of using bs3_curve_bs3_curve_int, create intcurves from the bs3_curves and use the normal curve-curve intersection functions.
