Hallo ich möchte Punkte entlang einer Kurve erstellen, am liebsten mit vb.net
manuel ist das voll einfach
Menu: Insert->Datum/Point->Point Set->Points on Curve->Chordal Tolerance->0.01
wenn ich bei meiner nx4 version ein jouornal aufzeichner.. schreibt er leider nichts mit 
Mein Ansatz ist im Moment:
Dim UFS As NXOpen.UF.UFSession
Dim curve As NXOpen.Tag
Dim base_point As NXOpen.Tag
Dim t As NXOpen.Tag
Dim option1 As NXOpen.UF.UFSo.PointAlongCurveOption
Dim flip As Boolean
Dim point_feature_id As NXOpen.Tag
UFS.Point.CreateAlongCurve(curve, base_point, t, option1, flip, point_feature_id)
Hoffe mir kann jemand helfen
LG
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP