Hi all
ANybody there please help me with sharing Ansys speos material library?(to download)
or document on how to create for plastic /textures etc if you dont have
appreciate, I was not able to download it from site
thanks
Hi all
I need to pick your brain.
I like to create a Point X on line ). But Like to meet a criteria. a+b must be to my input.
I have tried with While statement but did not work. any ideas. appreciate it .
may be not using while statement correct- Catia does not respond and I have to kill...
https://res.cloudinary.com/engineering-com/image/upload/v1652746102/tips/GDT_question_1_itbqwf.pdf
Hello All, Good Evening
I just want to start with a very basic question. I would like to use the excel file to find my Min /Max Values. I have downloaded that excel from this forum.
I want to...
Hello All, hope you things are fine and ready for holidays.
I have question--
Is any tool or software that takes me to (auto zoom) die locked surface or create report on die locked surfaces..
Catia does the job for me but there are cases I tend to miss like super tiny surfaces that are locked...
I have an issue with creating edge fillets
Goal is to create fillet on sharp edges on a join surface. The join surface has several hundred faces and shapr edges.
Script fails at -----
shapeFactory1.AddNewSurfaceEdgeFilletWithConstantRadius(bumpsref(1), catTangencyFilletEdgePropagation, 0.2)...
hello
For some reason, When I crate Publication in a part that is in product structure , comes with yellow exclamatory . So I'm not able to publish
(copy into)in other parts of the product. Meaning I can not import link
Surprisingly This happening to few solids, not all of them.
But when I open...
Hello All
Please look at the picture and Iam not sure why Datuam B is with MMC and I doubt if it does anything. I'am assuming datuam B is center axis of hole and why would MMC needed on it.
How will CMM operator read this drawing to measure this part.
Thank you...
Hi all
Is there any (ASME) standard for making wire harness drawing.
1) Do we have to show all wires that are going from a connector? or just show one line and show numbeer ports on connector.
any good example drawing or pic is much appreciated..
thank you
VG
THis is waht I am doing to copy and paste bodies
Selection1 = Call obj1.SelectElement3(Array("HybridBody", "Body"), "SELECT BODIES & GEO SETS ", False, 2, True)
‘then I select more than 2 (say for example i.Body1 ii. Body2 )
selection1.Copy
‘when I paste
Call...
hello all another questions.
Can not I run obfuscated .catvbs using below code.
CATIA.SystemService.ExecuteScript scpath, catScriptLibraryTypeDirectory, "Macro1.catvbs", "CATMain", EmptyPar
regards
var
Hi Could some one tell me how to keep Model tree structure of geosets while I Copy from one part to another using Paste special as result.
if you copy a geoset that contains geosets and paste as result in a new file, I do not get same structure. But all features are dumped in one geo set
Please...
Hello
Iam trying to copy a feature and paste with out link in the same geoset.
.paste() does work fine but
.Pastespecial.("....withoutlink") does add a feature called 3DDatum(i've never seen this before) in my tree that has nothing in it.
any ideas what it is and what is the solutuion...
Hello All
I'm trying to use below code to run CATVBS code from VBA. It throws an error that "Function or interface marked as restricted or function uses an automation type is not supported in VB"
Sub CATMain()
Dim EmptyPar()
Dim ScPath
Path = "C:\tmp"
CATIA.SystemService.ExecuteScript...
Hello,
I have no clue how to do this. I wanted to create a start part for a group of designers. Any designer opens the file A macro should run automatically and give the results. Is there any way to evoke / trigger macro when a particular file gets opened.
thanks a lot for your help
regards
var
Hello
I wrote this script that mirros all features in all geometric sets. Now I want to add Make datum, No keep mode to this.
Sub CATMain()
Dim partDocument1 As PartDocument
Set partDocument1 = CATIA.ActiveDocument
Dim part1 As Part
Set part1 = partDocument1.Part
Dim hybridBodies1 As...
hello Ferdo, could you please see this and let me know why this code does not work on R18. works great on R20..
highlighted in red is what failing when debugging--thank you
Sub xpart()
'----------------------
'Dim documents1 As Documents
'Set documents1 = CATIA.Documents
Dim partDocument2 As...
Hello All
Just wondering if anyone know a solution for this.
I have R18 and R20 loaded in our systems. For some reason I can not run scripts those are just recorded on V18.
Some one gave me clue that, it might be because of REGEDIT. Where and what to check and modify in REGEDIT.
Appreciate...
Hi guys, could some one give me clues for making LH side parts via VBA.
There may be one ore more solidbodies and geosets in a part. I want script that does symmetric for every body so that I have my LH side ready. (XZ plane is my reference for symmetry). Appriciate your help.
I am new to...