What's New in V5R13 in CAA V5 Automation Objects


This article presents automation object, methods and properties that have been added since V5R13 GA to enhance CAA V5 automation capabilities, support functional evolutions and correct defects. Some of those modification already exist on V5R12 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 and Use Cases in V5R13:

You can also find news from previous CAA releases:

New classes
Analysis AnalysisMeshManager
AnalysisMeshPart
AnalysisMeshParts
Drafting 2DPrintArea
Infrastructure SettingController
Knowledgeware ParameterSet
ParameterSets
Misc TPSViews
Wireframe and Surface HybridShapeVolumeExplicit

[Top]

 

New methods and Properties
AnalysisCases::Remove
AnalysisEntities::Remove
AnalysisImage::ResetSelection
AnalysisImage::SetActivationStatus
AnalysisImage::SetCurrentOccurrence
AnalysisImage::SetSelection
AnalysisImage::Update
AnalysisModel::MeshManager (Property Read)
AnalysisSets::Remove
RenderingEnvironmentWall::FitAllInWall
AnnotationFactory::InstanciateNOA
Capture::ActiveView (Property Read/Write)
Capture::ActiveViewState (Property Read/Write)
Capture::Annotations (Property Read/Write)
Capture::TPSViews (Property Read/Write)
DimensionLimit::DimensionLimitType (Property Read/Write)
DimensionLimit::PutLimits
DimensionLimit::SymetricValue (Property Read/Write)
DrawingSheet::GenViewsPosMode (Property Read/Write)
DrawingSheet::PrintArea (Property Read)
HybridShapeAffinity::VolumeResult (Property Read/Write)
HybridShapeAxisToAxis::VolumeResult (Property Read/Write)
HybridShapeCircleBitangentPoint::TrimMode (Property Read/Write)
HybridShapeCircleBitangentRadius::TrimMode (Property Read/Write)
HybridShapeCircleTritangent::TrimMode (Property Read/Write)
HybridShapeCurvePar::KeepBothSides (Property Read/Write)
HybridShapeCurvePar::OtherSide (Property Read)
HybridShapeExtrude::Context (Property Read/Write)
HybridShapeFactory::AddNewVolumeDatum
HybridShapeIntersection::ExtendMode (Property Read/Write)
HybridShapeRevol::Context (Property Read/Write)
HybridShapeRotate::VolumeResult (Property Read/Write)
HybridShapeScaling::VolumeResult (Property Read/Write)
HybridShapeSplit::VolumeResult (Property Read/Write)
HybridShapeSymmetry::VolumeResult (Property Read/Write)
HybridShapeTranslate::VolumeResult (Property Read/Write)
HybridShapeWrapSurface::DeformationMode (Property Read/Write)
DesignTable::Synchronize
Parameter::IsTrueParameter (Property Read)
Parameter::Renamed (Property Read)
Parameters::RootParameterSet (Property Read)
Relations::CreateHorizontalDesignTable
ManufacturingActivity::Active (Property Read/Write)
ManufacturingMachinableGeom::GetAllAssociatedTPS
ManufacturingMachinableGeom::GetAllAssociatedTPSCount
ManufacturingMachinableGeom::GetAssociatedTPS
ManufacturingMachinableGeom::GetAssociatedTPSCount
ManufacturingMachinableGeom::GetDirection
ManufacturingMachinableGeom::GetFeatureParameterCount
ManufacturingMachinableGeom::GetFeatureParameters
ManufacturingMachinableGeom::GetOrigin
HybridShape::Thickness (Property Read)
HybridShapes::GetBoundary
Shapes::GetBoundary
Sketches::GetBoundary
AngularRepartition::InstanceSpacing (Property Read)
CircPattern::SetInstanceAngularSpacing
CircPattern::SetUnequalStep
ShapeFactory::AddNewVolumeAdd
ShapeFactory::AddNewVolumeIntersect
ShapeFactory::AddNewVolumeRemove

[Top]

 

Modified methods and properties
Group::AddExplicit
Group::ItemExplicit
Out argument type has changed from CATIABase to CATBaseDispatch. To allow to group other objects than products in further releases. No impact in V5R13. Please check that your macros are able to handle this case.

[Top]

 

Suppressed methods, classes and properties
SettingController
ManufacturingOperation::RemoveAllGeometry
ManufacturingOperation::SetGeometry
ManufacturingToolMotion::SetGeometry
Removed from exposition because were very difficult to use and misuse could lead to data corruption problems.

[Top]