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

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


Geom Object Properties

 

Layer

Get/Set the layer on which a geometry object is placed.

Example:

      rect.Layer = LayoutHost.GetLayerID(‘top’);

 

Edge(index)

Return the edge object for the edge specified. Edge indexes are zero based and count in a counter-clockwise direction around the object. For rectangles, edge zero is the lower edge. Circles are defined by two arc edges, a lower edge (edge zero) and an upper edge (edge 1); the start/end points of these edges are directly to the left/right of center. Lines and Polygon edges are defined by the user when the object is created. A rotated box giving the text extent is used to define the edges for a text object; edge zero is the line beneath the text.

Example:

      var len = poly.Edge(5).Length

 

Count

Returns the number of edges in the geometry object.

Example:

      for (var i = 0; i < poly.Count; ++i)

 




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

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


 

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