Alphacam V7.5 Release Notes - Build 7.5.1.158
Other Sections
V7.5 Release Notes
General Release Notes
Build 7.5.1.165 (Maintenance Release)
Build 7.5.0.140 (Distributed Beta Release)
Build 7.5.0.106 (Internal Beta Release)
Alphawindoor 2.0 Release Notes
Build 7.5.1.158 (General Release)
General 9
Feature Extraction/Solid Importing. 9
Lathe. 10
API/Development (Acam.exe) 10
API/Development (Feature.dll) 10
API/Development (Primitives.dll) 10
API/Development (Parametric.dll)
Nesting: 7.5.0.102
Parametric: 7.5.2.124
STL Input: 7.5.0.102
Solid Model Feature Extraction: 7.5.0.117
General
- Updated: SolidWorks 2008 Input CAD compatibility
- Enhanced: SolidWorks import now identifies Default Configuration
- Enhanced: Added ONEPOST license support for all post types (Template, VBA, DLL)
- Enhanced: Spline to Arcs improved for large tolerances
- Enhanced: Improved Project Manager check box states
- Enhanced: Engraving speed improvements on geometries with many elements
- Enhanced: AutoStyles Add-In
- Added Apply button to the main configuration dialog, allowing the active list to be applied to the active drawing without having to save the AutoStyle file.
- Added options to set the start point to the start or midpoint of the longest element.
- Fixed: Projection to trimmed surfaces
- Fixed: Fillet Surface crash (resulting surface was missing)
- Fixed: Crash with long operation names
Feature Extraction/Solid Importing
- Updated: Parasolid Kernel updated to V18.0.290
- Changed: Cap Holes now asks for Tolerance
- Changed: Projected splines now form arc paths rather than polylines
- Fixed: Surfaces To STL Made safe - if Input STL fails, Surfaces are now created instead (Affects Cap holes and Offset Faces)
- Fixed: Spun Outline now joins paths properly
- Fixed: Contours from picked edges now joins paths properly
- Fixed: Corrected Workplane Snap to Axis
Lathe
- Fixed: Sync points on rapids to/from Lathe canned cycle
API/Development (Acam.exe)
- New Method: App.UnAuthorise
- Can be used to release a license obtained via App.Authorise
- New Method: SetProcessAffinityMask
- The affinity mask for the threads of the process. Some legacy programs have problems running on multi-core machines when communicating with Alphacam using COM. Restricting Alphacam to run on only the first CPU can help.
CAUTION: It is important that you only use this call if you know what you are doing and have read the Microsoft documentation on this function.
- New Function: License.GetAcamOptionLicense (Long)
- Get license for option in given file (DLL or VBA Project). The license will be released when Alphacam exits, or may be released with License.ReleaseLicense(Handle), where Handle is the return value of this function. Handle will be zero if error.
- New Function: License.GetLicenseServerName (String)
- Get the name of network license server. Will return null string (empty) if local license.
- New Function: Drawing.UserSelectMultiGeos2 (Boolean)
- New Function: App.AuthoriseCheck
- This is the same as AuthoriseModeless, but with no messages.
- New Function: Spline.ProjectToWorkPlane (Spline)
API/Development (Feature.dll)
- New Method: Bodies.Filter
- Fixed: SolidPart and SolidBody return an Empty Variant on attribute not found
API/Development (Primitives.dll)
- New Method: gPoints.Seed
- New Method: gPoint.StoreIn
- New Method: gPoint.FromSpherical
- New Method: gPoint.ToSpherical
- New Property: FilePath.Digest (String)
API/Development (Parametric.dll)
- New Event: BeforeConstraintsApply
- New Event: AfterConstraintsApply
© Planit 2008