Methods
(async, static) createObj() → {Promise.<FClsInfo>}
构造一个新的 FClsInfo 对象。
- Source:
Returns:
- Type
- Promise.<FClsInfo>
(async, static) getGeomType() → {Promise}
获取类几何约束类型
- Source:
Returns:
几何约束类型
- Type
- Promise
(async, static) getID() → {Promise}
获取简单要素类ID
- Source:
Returns:
要素类ID
- Type
- Promise
(async, static) getName() → {Promise}
获取简单要素类名称
- Source:
Returns:
类名称
- Type
- Promise
(async, static) getScalex() → {Promise}
获取显示因子X
- Source:
Returns:
显示因子X
- Type
- Promise
(async, static) getScaley() → {Promise}
获取显示因子Y
- Source:
Returns:
显示因子Y
- Type
- Promise
(async, static) getType() → {Promise}
获取简单要素类类型
- Source:
Returns:
简单要素类类型
- Type
- Promise
(async, static) getURL() → {Promise}
获取简单要素类URL地址
- Source:
Returns:
简单要素类URL地址
- Type
- Promise
(async, static) setName(newVal简单要素类名) → {Promise}
设置简单要素类名
Parameters:
| Name | Type | Description |
|---|---|---|
newVal简单要素类名 |
- Source:
Returns:
- Type
- Promise
(async, static) setScaleXY(newVal) → {Promise}
设置显示因子XY
Parameters:
| Name | Type | Description |
|---|---|---|
newVal |
- Source:
Returns:
是否设置成功
- Type
- Promise