Skip to main content
1-Visitor
December 18, 2018
Question

Hole table customization

  • December 18, 2018
  • 1 reply
  • 2329 views

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.

1 reply

1-Visitor
December 18, 2018

Hello 

We want hole table in this format .

1-Visitor
December 28, 2018
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.
1-Visitor
December 28, 2018

Hello Ketan,

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

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