|
CATIA V5 Programmierung : kurze Frage zu vba
CATLama am 24.07.2008 um 15:13 Uhr (0)
Hallo,ist eine Moglichkeit das catvba Makro von Microsoft Visual Basic script rufen?Ich habe code-------------Sub Main() Dim CATIA As Object Set CATIA = GetObject(, "CATIA.Application") Dim SServ As Object Set SServ = CATIA.SystemService Dim Params() LibPath = "C:ScriptsMacro.catvba" ScriptName = "Module1" FunctionName = "CATMain" Call SServ.ExecuteScript(LibPath, catScriptLibraryTypeVBAProject, ScriptName, FunctionName, Params)End Sub---------------aber das Ergebnis is die Meldung: Unknown macro ...
|
In das Form CATIA V5 Programmierung wechseln |
|
CATIA V5 Programmierung : GetPointsOnCurve - Unterschied zwischen 32bit und 64bit
CATLama am 05.10.2010 um 08:22 Uhr (0)
Hallo,dieser Code funktioniert auf 32bit WinXPprof. Coord() enthalt Coordinates der Punkten von Spline.1. Auf 64bit WinXP bleibt coord() leer ... , kein Fehler ist gemeldet. Wo ist ein Problem? Catia V5 R18 SP8Sub CATMain()Dim i, count1 As IntegerDim coord(8)Dim reference1 As ReferenceDim workbench1 As WorkbenchDim measureable1 As ObjectDim shape1 As HybridShapeDim part1 As ObjectSet part1 = CATIA.ActiveDocument.PartSet workbench1 = CATIA.ActiveDocument.GetWorkbench("SPAWorkbench")count1 = part1.HybridBodi ...
|
In das Form CATIA V5 Programmierung wechseln |
|
CATIA V5 Administration : Catia help und Mozilla
CATLama am 30.03.2006 um 10:54 Uhr (0)
Warum Catia kontexthilfe funktioniert nicht mit Mozilla after F1 klick?Mozilla start mit URLfile:///C:/DOCUME~1/catlama/LOCALS~1/Temp/cathlp2364.htmund leer window.
|
In das Form CATIA V5 Administration wechseln |
|
CATIA V5 Administration : Catia help und Mozilla
CATLama am 31.03.2006 um 08:54 Uhr (0)
Die Seite cathlp2364.htm ist in rechte Directory aber reload helps nicht.Wenn ich open help Seite von ihrem Platz, alles is OK. Nur die Kontexthilfe fuktioniert nicht ...
|
In das Form CATIA V5 Administration wechseln |
|
CATIA V5 Administration : Catia help und Mozilla
CATLama am 03.04.2006 um 08:07 Uhr (0)
Mozilla 1.7.6. Ich habe noch Java Plug-in 1.5.0_06 (von SUN) installiert aber der Effekt is gleichsein
|
In das Form CATIA V5 Administration wechseln |
|
CATIA V5 Administration : Catia help und Mozilla
CATLama am 05.04.2006 um 11:17 Uhr (0)
OMFG !! Du hast recht !Aber warum Internet Explorer hat nicht diese "Feature" ?
|
In das Form CATIA V5 Administration wechseln |
|
CATIA V5 Administration : Catia Dokument vor dem Hintergrund editieren
CATLama am 22.08.2006 um 11:25 Uhr (0)
Hallo,ist ein Moeglichkeit Catia Dokument in batch mode oder vor dem Hintergrund oeffnen und nur etwas ins Properties von Produktkarte eingeben?
|
In das Form CATIA V5 Administration wechseln |
|
CATIA V5 Administration : Systemvariable in Options
CATLama am 11.09.2006 um 16:28 Uhr (0)
Hallo,is eine Moglichkeit die Systemvariable im Pfad zur Catia Cache verwenden?Z.B.: c:cache\%USERNAME% aber mit der richtige Syntax, diese Notation funktioniert naturlich nicht ...Ich brauche CatCache in der Net-Options/Einstellung auf die nicht default Lokation setzen.
|
In das Form CATIA V5 Administration wechseln |