Hi Everyone,
I know that we can open an existing ".CATMaterial" file and edit it like Adding Materials,Material familes using CATIA VB APIs..But Is it possible to create a new ".CATMaterial" file by using CATIA VB?.I need to add Material family,Materials and then also set...
Hi Everyone,
I have some a Product which consits of 3-4 Parts and I also have some 3D Annotations( like Text with Leader etc.) in some of the parts.When I convert the whole Product into Part ,The annotations attached to the sub-Parts are getting lost.How can we maintain the 3D...
Hello Everyone.
I want to convert Part /Assembly into a Dumb Solid in order to hide my Intellectual Property.By activating the License DF1(Product Data Filtering),we can launch a command "Part To Part" in Part Workbench.Is this possible to do in VB?..Any suggestions are Welcome...
Hello everyone,
I have some 2-3 Solid bodies,But I am not able to see them clearly..I dont know how did this problem arise,In the below image,you can see than a solid body(Pad) exists in Design tree but I am not able to see that solid in the view.
Can someone please help me,I am...
Hello Everyone,
This code is working perfectly :
Sub Main()
Dim CATIA As INFITF.Application
CATIA = GetObject(, "CATIA.Application")
If CATIA Is Nothing Then
CATIA = CreateObject("CATIA.Application")
End If
Dim cClashes As...
Hello Everyone,
In the Drawing Document,I want to switch off the using CATIA VB/CATIA CAA.Please look at the attached figure below:
Thank youhttp://files.engineering.com/getfile.aspx?folder=35517c5c-586e-480b-8883-1693d43ba789&file=GRID.png
Hello Everyone,
I have a CATIA drawing document having front,back and side views.In my 3D part,I also have some 3D points.When we open Drawing document,by default these 3D Points are not visible.We need to select front view properties and tick the “3D points section”..How can we do this using VB...
In a drawing sheet,we have different views like Front View,Back view,Side view etc.(Total 6 views)..When I am using SpecifyScreenPosition to locate TabularNote in Drawing sheet other than views,then it is placed according to cursor location but when the tabularNote is placed at views,then the...
I have a 3D surface,on which I have some points.If I go into drafting mode,I am able to view those points but I am not able to label the coordinates of those points.How can I do it?..I want to label X,Y and Z coordinates of each point.
Hello All,
I have a CATIA Product,in which I have some Mechanical solids as well as Electrical Bundle segments in Branchable .When I am tryint to convert the whole CAT Product to CAT Part,I am able to retain colors of Mechanical parts but not Electrical Budget segments(instead its...