DIAdem Help

Method: SetLeadingCurve for 2DCurves

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

Method: SetLeadingCurve for 2DCurves

Specifies the leading curve in a 2D axis system in DIAdem VIEW.

Set o2DCurve = Object.SetLeadingCurve(NameOrIndex)
Object2DCurves
Object with this method
NameOrIndexVariant
Specifies the name or the index of the new leading curve.
o2DCurve2DCurve
Returned object

The following example specifies the first curve as the leading curve in a 2D axis system:

VBScriptPython

 

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

Log in to get a better experience