Hello Thomas,
I tried so many ways but still not able to achieve this mathematical condition "Distance from points on the curves to the plane of the profile section is maintained along the angular direction". It seems I need to generate a new curve based on equations 😉 and use that as a base...
Hello Didier Psaltopoulos,
Thanks for the reply. I tried to define straight line (created line at the top of rectangle) as a base curve and arc (whose center is passing thru the datum axis) as a control curve. But that didn't give the results as expected. As per as I understand Global shaping...
Hello Thomas,
Thanks for the reply. I tried to use global shaping by curves, But I am not sure how to define base curve and control curve to replicate this behavior.
Could you please help me with this?
Thanks,
Krishna
Hello Jeff,
You can use below program to do this.
Option Strict Off
Imports System
Imports NXOpen
Module Module1
Sub Main()
Dim ugs As Session = Session.GetSession()
Dim workpart As Part = ugs.Parts.Work
Dim lw As ListingWindow = ugs.ListingWindow
Dim...
Hello Didier Psaltopoulos,
Thanks for the reply. I think, Project curve is the good option if I have only one curve and I know the information about dotted circle, But Creo is computing the dotted circle (based on datum axis) and moving line to new points and converting into an arc. I...
Hello Didier Psaltopoulos,
Thanks for the quick response :). I am sorry, I can't upload step file but I can give some more details.
As you see in the above image if I have a straight line and Bent it about an axis Toroidal bend option is doing following things.
1) Converting line into...
Hello,
I have a Creo parametric model, Which I am converting to NX parametric model. I had an issue while converting toroidal bend feature in Creo to NX.
In Creo, Toroidal bend feature was created using flowing parameters.
As you see in the above picture, Rectangle was bent about an axis...