Hallo!
Trotz längerer Suche (Forum, Automation.chm, CATIA-Hilfe) habe ich den Befehl, mit dem ich ein vorher erzeugtes FE-Mesh exportieren kann (per Schaltfläche geht es), nicht gefunden.
Mit
Dim oAnalysisDocument As Document
Set oAnalysisDocument = CATIA.ActiveDocument
Dim AnaManager As AnalysisManager
Set AnaManager = oAnalysisDocument.Analysis
' Retrieve the AnalysisModels
Dim AnaModels As analysisModels
Set AnaModels = AnaManager.analysisModels
' To work with the first AnalysisModel of the collection
Dim AnaModel As AnalysisModel
Set AnaModel = AnaModels.Item(1)
Dim AnaSets As AnalysisSets
Set AnaSets = AnaModel.AnalysisSets
Dim AnaSet As AnalysisSet
Set AnaSet = AnaSets.ItemByType("MSHMeshSet")
bekomme ich zwar einen Verweis auf ein "MSHMeshSet" mit dem Nemen "Knoten und Elemente", habe aber keine Export-Funktion.
Bin für jede Hilfe dankbar.
mfg
Martin
PS: CATIA V5 R10 SP4, CatVba, alle Lizenzen, Windows NT
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP