This article presents automation object, methods and properties that have been added since V5R12 GA to enhance CAA V5 automation capabilities, support functional evolutions and correct defects. Some of those modification already exist on V5R11 service packs. A few properties and methods have been modified or suppressed. VB and VBScripts code using those methods may have to be modified. VB projects using the corresponding objects must be recompiled.
New articles or use cases in V5R12:
You can also find news from previous CAA releases:
New classes | ||
DMU Navigator | Scene | |
SceneProduct | ||
Scenes | ||
Infrastructure | CacheSettingAtt | |
SettingController | ||
SettingControllers | ||
Misc | ManufacturingSurfaceGeomArea | |
ManufacturingSurfaceMachiningArea | ||
PositionedMaterial | ||
TPSView | ||
TPSViewFactory | ||
Part Design | SolidCombine | |
Wireframe and Surface | HybridShape3DCurveOffset | |
HybridShapeAxisLine | ||
HybridShapeCylinder | ||
HybridShapeUnfold | ||
[Top] |
Modified Methods and Properties | ||
Suppressed Classes, Methods and Properties | ||
HybridShapeControlPoint HybridShapeLoftSection HybridShapeLoft::GetSection HybridShapeLoft::AddSection |
IDL Classes HybridShapeControlPoint and
HybridShapeLoftSection had been deprecated in V5R10 and removed in V5R12,
all IDL method using these object had been removed too.
More generally control points and loft sections can't be accessed
anymore as standalone objects. HybridShapeSpline and HybridShapeLoft objects had proposed alternative
methods and tools to achieve identical capabilities since V5R10. HybridShapeSpline::AddPoint to add a point in a spline.Loft: HybridShapeLoft::AddSectionToLoft to add a section to the loft |
|
[Top] |