Questions tagged [caa]

CAA (Component Application Architecture) is a API for Plugin development for the commercial software CATIA based on a component object model (COM)-like interface. CATIA (Computer Aided Three-dimensional Interactive Application) is a CAD/CAM/CAE software.

32 questions
0
votes
2 answers

Strange file output when using Concat in CodeSys

I'm using the CAA-File library in CodeSyS to write data to a text file. When I write a string to the file it works fine, but if I combine 2 strings with CONCAT, I get a strange file output with random characters (see below). Does anyone know how to…
Wout Rombouts
  • 1,479
  • 2
  • 9
  • 15
0
votes
1 answer

CAA unknown push button notification

is it possible to catch notification from unknown push button with CAA? I mean I need to catch notification from an Edit-button in macro dialog. Thank's for your help.
LaTB
  • 1
  • 5
0
votes
1 answer

Is there any way to make vertical lines in a table, with JavaScript, HTML or CSS, if the table is missing some of the TDs?

Basically, I would like vertical lines to go all the way to the top of my table, even if there is not a td in the top top of the table. I am open to using divs or seomthing like that is if it is not too complex. EDIT: I guess what I want are column…
GC_
  • 1,673
  • 6
  • 23
  • 39
0
votes
1 answer

VBA macro for reading cell values from linked tables

I have Access application that stores CAD model parameters and connects via VBA macros to CATIA to input that parameters values into real model (CAA Automation) This is how simplified relations looks: Database relationships There are different forms…
Jakub Z
  • 3
  • 2
0
votes
1 answer

CAA record suport on which server

From 8th september 2017 its mandatory to have CAA record for SSL certificate from CA/Browsers forum on DNS Server. On my Linux's server I upgrade Bind to 9.8 and its now support CAA record and as I know its work from Bind 9.6 My Question is about…
Amir
  • 96
  • 5
0
votes
2 answers

How to use own created Automation Interface for CATIA V5 with Python?

I created own Automation Interface for CATIA V5. My interface implements one CAA interface. Here is the example implementation of SetComment method. CAAInterface is a fake name // MyXYZClass : SetComment HRESULT MyXYZClass::SetComment(…
LaTB
  • 1
  • 5
0
votes
1 answer

How to solve this error when building the CATIA CAA RADE code

We have some custom code currently built against v5 R20. I am setting up a new machine to build the same code against v5 R23. I think I've got everything installed, but when I run our build script (which calls mkmk), I get loads of errors like Error…
0
votes
1 answer

Introduction to CATIA CAA programming

I need to start working in CATIA CAA and I am looking for an online introductory course. From a previous post, there doesn't seem to be much available . All I found is the quite messy documentation which I started digging from: …
Nic
  • 1,262
  • 2
  • 22
  • 42
0
votes
1 answer

CATIA - CGRContainer From .CATPart

I Need to read details inside the CGR container for a CATIA V5 R18 Part File. Is it possible to read CGR details for a Part file. CATCGRContainer *GetCGRContainer() function is available under CATICGRDocument interface. CATDocument *iDoc =…
maha
  • 53
  • 10
0
votes
1 answer

CATIA-CAA CATIVisu

Hi i need the flow to read the visualisation details from a CATIA V5R18 Part file. Visualisation details lik, 1.No of Vertices 2.No of Triangles 3.No of Strips 4.No of Fans 5.No of Normal 6.Bouding Sphere Centre and Radius These details i have red…
maha
  • 53
  • 10
0
votes
1 answer

Tesselation/CGR Details from CATPart_CATIA_API

I need to read the tessellation/cgr/visualisation details from a CATIA V5R18 Part file using CATIA V5R18 API. Visualisation details such as: Number of Vertices Number of Triangles Number of Strips Number of Fans Number of Normal Bounding…
maha
  • 53
  • 10
-1
votes
1 answer

How convert XML to STEP(p21) format?

I am new STEP and Express modeling. How can I convert XML data into STEP "p21" file using C++ bindings and CAA module? Where can I find a good tutorial for the EXPRESS modeling language? If I am missing something, suggest me to learn them. I would…
ckrisasa
  • 9
  • 4
-1
votes
1 answer

Open a CATPart thru CAA and extract Features

I'm new to CAA development. I could able to customize CATIA using VB. Now, I'm going thru CAADoc. At last, I did Hello world which prints on the console window. Can someone put some segments of code which open a Part document and extract the…
Zynk
  • 33
  • 5
-1
votes
1 answer

Extracting date from the format

I am struggling through this date extraction. I have a date like this ("D("yyyy-mm-dd")). I want to get this "yyyy-mm-dd" and I cannot strip ("D(") this also because I have this format in other places so I tried like this first searching the…
-1
votes
6 answers

How can I center a

How can I center a
    horizontally? I have the underscored list but it seems to be aligning to the left and I want to center it.