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

微波射频仿真设计   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 >
       Edge Object >
           Edge Object Properties               


Edge Object Properties

 

Length

Return the true edge length (if an arc, the curvature is taken into account).

Example:

      var len = geom.Edge(1).Length;

 

Angle(pos)

Return the angle of the tangent (in radians), relative to the standard X axis, of the edge point specified by ‘pos’. Angles are returned using the usual ‘count-clockwise is positive’ convention. Tangents point in the direction of the edge.

Parameters:

      Pos: Edge position; usually specified as LayoutHost.START, MID, or END (or a value < 0, 0, or > 0).

Example:

      var angle = geom.Edge(1).Angle(LayoutHost.START);

 

Normal(pos)

Return the angle of the normal (in radians), relative to the standard X axis, of the edge point specified by ‘pos’. Angles are returned using the usual ‘count-clockwise is positive’ convention. Normals are outward facing (or to the right in poly-lines) of the edge.

Parameters:

      Pos: Edge position; usually specified as LayoutHost.START, MID, or END (or a value < 0, 0, or > 0).

Example:

      var normal = geom.Edge(3).Normal(LayoutHost.END);

 

X(pos)

Return the X value of the edge point specified by ‘pos’.

Parameters:

      Pos: Edge position; usually specified as LayoutHost.START, MID, or END (or a value < 0, 0, or > 0).

Example:

      var x = geom.Edge(3).X(LayoutHost.END);

 

Y(pos)

Return the Y value of the edge point specified by ‘pos’.

Parameters:

      Pos: Edge position; usually specified as LayoutHost.START, MID, or END (or a value < 0, 0, or > 0).

Example:

      var y = geom.Edge(3).Y(LayoutHost.END);

 




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

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


 

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