I have a 3D object, and now I want to automatically generate a front view using a macro. However, the projection is tilted. Is there any way to make the projection straight?
Sub CATMain()
On Error Resume Next
Dim oPartDoc As PartDocument
Dim oCurrentDoc As Document
Dim oPart As Product
Dim...
I have a projection drawing from 3d, i need to find holes in circle in 2d drawing bane with macro but failed. Can anyone help me see where the error is?
Sub CATMain()
Dim drawingDocument1 As DrawingDocument
Set drawingDocument1 = CATIA.ActiveDocument
Dim SelectionsAll As Selection
Set...
I have points in the prouct as shown below,Is there a macro that adds a new part to the product that takes the origin of those points?
Can anyone give me some suggestions, that would be great.
I often have to take the bounding dimensions of the drawing. so I intend to use macros to get them. but i tried many ways without success.
Does anyone know any code to do that, not just me.
for example get the envelope size of this figure.
I am running a VBA program that runs outside of Catia. But it only accepts the first CNEXT.exe of the Catia. when I run multiple CNEXT.exe at once, how can I run programs besides Catia on all CNEXT.exe I am running.
Hopefully I've explained what I'm trying to do well enough for some blanks to be...