XML圈

这是一个非复合和复合构建器,构造圆弧几何形状。支持以下圆定义:

  1. 由三个不同的控制点定义的圆,该控制点与圆圈一致。
  2. 由中心点和半径定义的圆圈。

Builder类型:非综合

构建的几何形状:弧形几何

数据参数:

数据名称

Value

必需的/
选修的

数据字符串

  1. The coordinate data string denoting the coincident points in the order of circle traversal.
  2. 表示圆形中心点的坐标数据字符串。

Range: String

Required

半径

圆的半径。

范围:积极,实数

默认值:没有默认值。

Required, if the data-string specifies the center point of the circle.

axis-order

Indicates the axis for a coordinate.

范围:数字1..n的置换,其中n是尺寸的数量。

每个数字都被逗号“,”分隔。

默认值:“1,2,...,n”

可选,仅在指定数据字符串时使用

dimension

坐标的尺寸。

Range: String representing a positive integer, or the “implicit” literal, which forces the dimension to be automatically determined even if axis-order is specified.

Default: When not specified the dimension will be automatically determined.

可选,仅在指定数据字符串时使用

轴分离器

分隔坐标的每个轴的字符串数据字符串

范围:字符串|“空格”这包括标签,换行符和空格字符。

默认: ”,”

可选,仅在指定数据字符串时使用

Coord-steatian.

字符串分隔每个坐标数据字符串

Range: String

默认值:“WhiteSpace” - 这包括选项卡,换行符和空格字符。

可选,仅在指定数据字符串时使用

十进制

表示数据字符串中每个实数的小数点的字符串。

Range: String

默认: ”。”

可选,仅在指定数据字符串时使用

坐标系

指定坐标系名称。如果坐标系统的表达式序列评估到空字符串,则不会设置所构建的特征的坐标系。

Range: String

选修的

姓名

指定几何名称。

Range: String

选修的