DIAdem Help

Method: SetLeadingCurve for OrbitCurves

  • Updated2024-09-12
  • 1 minute(s) read

Method: SetLeadingCurve for OrbitCurves

Specifies the leading curve in an orbit axis system in DIAdem VIEW.

Set oOrbitCurve = Object.SetLeadingCurve(NameOrIndex)
ObjectOrbitCurves
Object with this method
NameOrIndexVariant
Specifies the name or the index of the new leading curve.
oOrbitCurveOrbitCurve
Returned object

The following example specifies the first curve as the leading curve in an orbit axis system:

VBScriptPython

 

Call View.ActiveSheet.ActiveArea.DisplayObj.CurvesOrbit.SetLeadingCurve(1)