Skip to main content
14-Alexandrite
July 22, 2024
Question

Pattern Table Toolkit

  • July 22, 2024
  • 1 reply
  • 1020 views

Is it possible to import datum points  in Creo model  stored  in .pts format file using Creo Toolkit C++ Programming.

 

Which functions and libraries can be used to import it.

 

TIA.

1 reply

tbraxton
22-Sapphire II
22-Sapphire II
July 22, 2024

Creates a new object representing the PTS file from which to create an import feature.

Class wfcIntfPTS (ptc.com)

14-Alexandrite
July 22, 2024

Thank You for your reply.

 

Do we need to use object toolkit only for this or this can be achieved using protoolkit C++ programming.

tbraxton
22-Sapphire II
22-Sapphire II
July 22, 2024

The function call I posted is from this subsection of the help files: The Creo Object TOOLKIT C++ APIWizard (ptc.com)