InkDimensionMixin

概要

この mixin はすべての寸法には、共通のアトリビュートのすべてのインク " " オブジェクトを持つ designs があります。

Mixin

InkLeaderMixin

InkTextMixin

ルール

Name [タイプ] 説明
dimText string 寸法テキストとして表示される[ string ]をクリックします。 表示する場所に <> を置くことで測定した寸法をテキストに組み込むことができます。既定値は "<>" です。
dimPrecision integer 小数点の後に表示される桁の数です。既定値は寸法タイプ(直径、長さ、半径、角度など)と、場合によっては寸法単位(メートル単位など)または寸法形式(分数、ラジアンなど)によって異なります。
dimFormat name 長さ寸法の形式です。既定は :Decimalです。 選択肢は :Scientific, :Decimal, :Engineering, :Architectural,:Fractionalが含まれます。
dimLinearMultiplier number 既定は 1.0 です。
dimPrefix string 寸法の前に表示される。 String 既定は "" です。
dimSuffix string 寸法の次にある String をクリックします。 既定は "" です。
dimAngularFormat name 角度寸法の形式です。既定は :Degreesです。
dimUnits name 寸法の単位です。既定では、プロジェクトに定義されている単位が使用される :Default - 意味があります。 選択肢は :Default, :Metric,:Englishが含まれます。
dimTextMultiLine? boolean 寸法テキストが複数行にまたがることができるかどうかを設定します。既定は False です。
dimTextMultiLineWidth number dimTextMultiLine? が True の場合に使用されます。既定は charHeight * 30です。
dimTextMultiLineJustification name dimTextMultiLine? が True です。 既定は :Centerです。
dimAlternate? boolean 変換単位寸法テキストを表示するかどうかを設定します。既定は False です。
dimAlternateMultiplier string 変換単位寸法テキストとして表示されます。 string 既定は "[]" です。
dimAlternatePrecision integer 小数点の後に表示される桁の数です。既定値は寸法タイプ(直径、長さ、半径、角度など)と、場合によっては寸法単位(メートル単位など)または寸法形式(分数、ラジアンなど)によって異なります。
dimAlternateFormat name 長さ寸法の形式です。既定は :Decimalです。 選択肢は、:Scientific, :Decimal, :Engineering, :Architectural, および :Fractional.を含める
dimAlternatePrefix string 寸法の変換の前にある String をクリックします。 既定は "" です。
dimAlternateSuffix string 変換単位の寸法に従います。 String 既定は "" です。
dimAlternateAngularFormat name 既定は :Degreesです。 選択肢については、:Degrees, :DegreesMinutes, :DegreesMinutesSeconds:Radiansが含まれます。
dimAlternateUnits name dimAlternate? が True です。 既定では、プロジェクトに定義されている単位が使用される :Default - 意味があります。 選択肢は :Default, :Metric, :Englishが含まれます。
dimAlternateBrackets? boolean 変換単位寸法が括弧内に表示されるかどうかを決定します。既定は True です。
dimAlternateLocation name 相対的な代替テキストの位置を指定します。既定は :Afterです。 :After または :Belowを選択します。
textBox? boolean テキストの周囲にボックスを配置するかどうかを指定します。既定は False です。
textGap number 寸法テキスト ブロックから寸法線が離される距離です。既定値は extensionLineGap / 2 です。
textColor string テキストの色です。既定は colorです。
textAlignment name テキストの水平位置合わせです。既定は :Alignedです。 選択肢は :Horizontal :Alignedが含まれます。
textPlacement name テキストの水平方向の配置です。既定は :Centeredです。 選択肢については、:Centered, :Above:Belowが含まれます。
extLineGap number 寸法補助線の端点と参照された points の間の距離です。 既定は charHeightです。
extLineExtension number 寸法線から寸法補助線の端までの距離です。既定は extLineGap です。
extLineColor string 寸法補助線の色です。既定は colorです。
extLinePattern string 寸法補助線の線種パターンです。既定は linePattern です。
extLineWidth name 寸法補助線に使用する線分の幅です。既定は lineWidth です。
dimLineColor string 寸法線の色です。既定は colorです。
dimLinePattern string 寸法線の線種パターンです。既定は linePattern です。
dimLineMinLength number 寸法線の最小の長さです。