Skip to main content
5-Regular Member
May 22, 2026
Question

How to create blend feature with Creo Parametric Toolkit

  • May 22, 2026
  • 2 replies
  • 99 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.

2 replies

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

21-Topaz I
May 28, 2026

Have you considered Element Trees ?

5-Regular Member
June 1, 2026

I haven't found any documentation on the blend feature element tree; there is only an article titled "The Element Tree for Boundary Blend Feature"

21-Topaz I
June 1, 2026

Hi you may not find a off the shelf Element Tree example.
You might need to try the one you find, make it work and then extrapolate to your requirement.