cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Hole table customization

Dhananjayc_24
9-Granite

Hole table customization

Hello,

We want to customize hole table in creo we want quantity of hole extra column in OOTB hole table.As I am new toolkit what is step need to perform for the customization of hole table means which function and standard library need to use .Please suggest steps.

4 REPLIES 4

Hello 

We want hole table in this format .

I never tried but try changing default hole table file (.tbl) from creo installation directory... This should be done manually and no need to use any api post this..

We did similar for BOM table but we were able to find parametric .tbl file for same where as I doubt for hole table... Afik, hole table's parametricity is not exposed to us...

Additionally upto best of my knowledge, toolkit doesn't support parametric table for hole table nd bom table till creo 3.0.

Cmiiw.

Waiting for others to respond on this.

Hello Ketan,

We need to use below api for custom Hole table creation.

1. ProSolidFeatVisit()
2. ProFeatureDimensionVisit()
3. ProDimensionTypeGet()
4. ProDrawingTableCreate() or ProDwgtableColumnAdd()

This table would no more be parametric.
Top Tags