淘宝官方店     推荐课程     在线工具     联系方式     关于我们  
 
 

微波射频仿真设计   Ansoft Designer 中文培训教程   |   HFSS视频培训教程套装

 

Agilent ADS 视频培训教程   |   CST微波工作室视频教程   |   AWR Microwave Office

          首页 >> Ansoft Designer >> Ansoft Designer在线帮助文档


Ansoft Designer / Ansys Designer 在线帮助文档:


Using Component Libraries >
Using the Footprint Editor >
   Using Scripts to Define Footprints in Layout >
       Points Object >
           Points Properties               


Points Properties

 

Count

Contains the number of points in this object. This property is read-only.

Example:

      var pts = LayoutHost.CreatePointsObject();

      var numPts = pts.Count; // will return 0 in this case

 

X(index)

Contains the X coordinate for a given index (zero based).

Example:

      var pts = LayoutHost.CreatePointsObject();

      x = 10;

      pts.Add(x, y);

      x2 = pts.X(0) * 2;

      pts.X(0) = x2;

 

Y(index)

Contains the Y coordinate for a given index (zero based).

Example:

      var pts = LayoutHost.CreatePointsObject();

      y = 10;

      pts.Add(x, y);

      y2 = pts.Y(0) * 2;

      pts.Y(0) = y2;




HFSS视频教学培训教程 ADS2011视频培训教程 CST微波工作室教程 Ansoft Designer 教程

                HFSS视频教程                                      ADS视频教程                               CST视频教程                           Ansoft Designer 中文教程


 

      Copyright © 2006 - 2013   微波EDA网, All Rights Reserved    业务联系:mweda@163.com