I am running a windows 7 laptop, I have had wildfire 4 student edition installed for years and it has run fine. Now if I open the program, it displays then closes. I figured out if i take my pc offline, it will not close. Why would it do that all the sudden?
Does any one have a macro that creates a capture? I can get the capture to create (using info from the .chm) but I think I need to create a camera to set the view and I couldn't figure out how you assign the view or geosets and annotations to the capture. Any help is appreciated.
Imagine you have an excel spreadsheet with data in a column. You want to loop through each cell in the column and give the user an option to keep what is in the cell or change it.
I made a simple userform (textbox and a button) that simulates looping through data. Each time new data is...
When I create a TPSView (annotation view) in CATIA its type is Associative - it is linked to the plane that is selected and the view moves with the plane.
When I create a TPSView using VBA, its type is Isolated - it does not move with the reference plane.
Does anyone know how to create an...
Hello,
I need to loop through and collect properties from folders and files on Google Drive. I have a macro that is working on folders/files on my local, so i thought it would be best to run the macro, temporarily download the file structure from Google Drive, then delete the temporary folder at...
I have an array containing objects (surfaces) and a second array equal to the first. The size of the first array is redimmed(wipes out the contents), then the second array, fills the first array.
aObjects = aTemp
ReDim aObjects(aObjects-1)
For I = 0 to ubound (aObjects)
aObjects(I) =...
I need a way to check if something is published...a better way than just checking the name.
If I have 2 features with the same name (not a good practice, but people do it), for example I have 2 bodies both named "BOLT"
I publish the first "BOLT" body...but I hide it.
I do not publish the...
I am in need of a VBA macro that creates a camera for a standard, 3rd angle projection, plan view (Looking in -Z, +Y is up, +X to the right), then I need to "activate" that view (so the part orients to the camera created)...but I a not sure where to start.
-I have point coordinates where I could...
Is there a way to chronologically reorder features in a geometric set, by number (i.e. change plane.3, plane.2, plane.1 to plane.1, plane.2, plane.3, etc.)? CATIA.StartCommand "Change geometrical Set" will not work for me because using Sendkeys for the "ENTER" key is very unstable.
I am a seasoned CATIA V5 user, I completely understand how to share published geometry among files. Currently I am using PRO E WF 4 to design a dual-shot plastic molded part. I have the first part designed. I need to use geometry from the first solid model to create the second part (plastic...
When writing a macro to select an object, is there a list of selectable objects? I see AnyObject or Point...what are the other options?
i.e.
EnableSelectionFor(0) = "AnyObject"