Skip to main content
4-Participant
May 22, 2026
Question

How to create blend feature with Creo Parametric Toolkit

  • May 22, 2026
  • 1 reply
  • 14 views

Hi everyone,

I'm working on a Creo Toolkit (Pro/Toolkit) application and need to create a blend feature programmatically.The version of Creo Parametric I am using is 6.0.

I have created two sketches (Sketch1 and Sketch2) and need to generate a blend solid/surface based on these two sections. I have searched for relevant information online, but there are almost no usable examples or clear API documentation regarding the creation method of blend features in Toolkit secondary development.
 

Thank you in advance for any insights or code examples.

1 reply

17-Peridot
May 22, 2026

I think you are going to be on the struggle bus with your approach.

Best would be to use a map key for menu clicks and feature selections with known named references or a UDF that is ran by a mapkey (basically does the same thing).

But there is more to consider regarding this operation depending on the shapes involved.  Twist, tangency, etc.

Dave