Hello!
I have a pretty basic question.
I am trying to write a macro to check connected curves in the model, the old way to check is using the project curve feature and select a connected curve. it takes a lot of time if I have many curves.
can you help me another way to improve it
Hi all,
This code only select single curve ?
Function SelectCurves(ByRef prompt As String) As Curve() Dim selected() As TaggedObject = Nothing NXOpen.UI.GetUI.SelectionManager.SelectTaggedObjects("Select Curves", prompt, Selection.SelectionScope.WorkPart, False, New...
Is it possible to place text in curve on a face that shows curse coordinate system ?
I create ~ 100 text in curve to the surface and I am trying a journal which will do the things in following sequence.
1. Find a x,y,z by show infomation of the curve( line, splile…)
2. Chose the x,y,z...