Create the DlxLead object.

syntaxSyntax:
new DlxLead()

Example

  Copy codeCopy code
function OnBuild3DModel()
{
  var ctx = FWiz.Get3DModelCtx();
  var style = FWiz.Get3DStyle(0);
  style.SetStyle("silver");

  var pin = new DlxLead();
  pin.GullWing(style, 0.3, 0.9, 0.2, 1.2, 0.75, 10, true);
  ctx.Add(pin);
}

See also