Hi, every one,
In the CATIA, we can use "generate dimension" function to add dimensions to the views which generated from the 3D part and we can select the option of the dimension that is to be generate by click the options in the "generate dimension filters" window.
But in VBA programming, I only find a method "GenerateDimensions" to generate the dimension by using the code" mysheet1.GenerateDimensions" . The problem is that I cant choose the exact type's dimension that I want. The CATDrawing template which is used for automatic drafting doesnt have the "generate dimension filters" window for setting, because the drawing file has to link to the 3D part or product that there will be this funtion of "generate dimension" is enabled.
Is there any method to set the "GenerateDimensions" or filter the dimensions which I want to get in the VBA programming.
|