Query_Lang-PCBFunctions_Fields_RadialDimensionAngularStepRadialDimensionAngularStep_AD
This document is no longer available beyond version 21. Information can now be found here: RadialDimensionAngularStep for version 25
利用できる機能は、Altium 製品のアクセスレベルによって異なります。Altium Designer ソフトウェア サブスクリプション の様々なレベルに含まれる機能と、Altium 365 プラットフォーム で提供されるアプリケーションを通じて提供される機能を比較してください。
ソフトウェアの機能が見つからない場合は、Altium の営業担当者に連絡して 詳細を確認してください。
Parent page: PCB Query Functions - Fields
Summary Copy Link Copied
Returns all radial diameter dimension, and radial dimension objects whose Angular Step property complies with the Query.
Syntax Copy Link Copied
RadialDimensionAngularStep : Number
Example Usage Copy Link Copied
RadialDimensionAngularStep
= 30.0
Returns all radial diameter dimension, and radial dimension objects that have a Angular Step property which is 30.0 degrees.
RadialDimensionAngularStep
> 60.0
Returns all radial diameter dimension, and radial dimension objects that have a Angular Step property which is greater than 60.0 degrees.
RadialDimensionAngularStep
Between 30.0 And 150.0
Returns all radial diameter dimension, and radial dimension objects that have a Angular Step property which is greater than, or equal to, 30.0 degrees and less than, or equal to, 150.0 degrees.
RadialDimensionAngularStep
<= 45.0
Returns all radial diameter dimension, and radial dimension objects that have a Angular Step property which is less than, or equal to, 45.0 degrees.
Tips Copy Link Copied
- The Angular Step property is only defined for radial diameter dimension, and radial dimension objects.