Hi:
I'm trying to recreate the Electroelastic Analysis of a MEMS Switch that appears on the online help. I'm using the APDL directly (no commands). Despite the units, model (imported parasolid), mesh, etc. are entered, when I try to obtain some the deformation solution, no result is shown...
Hi:
I'm new with abaqus and this is my question: Im trying to get the displacement of the free end of a cantilever beam using abaqus standard, for some reason, the real displacemente (5.103mm) is not reflected on the .dat file. I vaguely remember the instructor saying that the displacement is...
Hi:
I'be trying to develop a macro to remove duplicated points. So far I can manage to extract the coordinates of all points in the whole part or geometrical set. Can someone give a hand, at this point I feel that Im stuck. Here is one portion of the code (don't mind if something is...
Hi:
Working with the centerpoint extractor (Place Points in a tube macro post). I figured out how to get the edges and filter them (assigning them to an array). The issue now is that I cannot assign the filtered array to the selection in order to create the points. This is the code that Im...
Hi:
Since this is very complicated, at least for me, I decide to make a new thread for this issue. The problem is:
Given a tube, create the centerpoint in the edges with a macro and assign them to a geometrical set. See image for better understanding.
The condition is that only the outer...
Hi:
Im trying to asign the elements of a selection search to an array in order to automatically find the edges of a solid and generate points. More specifically, the code for search selection is this:
Sub CATMain()
Dim objSel As Selection
Set objSel = CATIA.ActiveDocument.Selection...
Hi:
Does anyone know how to save the catpart as the solid in the attached image. It saves as catpart and removes the features three.
Thanks in advance!
Hi:
Im trying to deploy some catvba macros (with userforms) with a catalog according to Mike Berry's deployment instructions. By this moment I've tried every workaround possible without success. The best result so far is when the catscript is opened with the catalog, then the attached error...
Hi:
Im trying to get the length of a polyline in order to export that number to a drawing. I've search thru several pages and forums (including this one) but there's no similar code, even the online documentation!. I think thats achieved with a command called getmeasurable or something like...
Hi:
Recently I developed a macro and I protected it with a password. Now I need to see the code and it seems I forgot the password!!! Is there any way to retrieve it?
Thanks in advance.
Hi:
Im trying to develop a CATIA V5 R16 Macro to construct a tube based on points (coordinates), lines (based on the points), bend radius and outer/inner diameter. The condition here is that it should have a user interface so the user can introduce the coordinates, bend radius and the...