Home > SCH_PrimitiveBus > create
SCH_PrimitiveBus.create() method
此 API 当前处于 BETA 预览状态,希望得到开发者的反馈。它的任何功能都可能在接下来的开发进程中被修改,请不要将它用于任何正式环境。
创建总线
签名
typescript
create(busName: BusNetGroupCreateOptions['net'], line: BusNetGroupCreateOptions['line'], color?: BusNetGroupCreateOptions['color'], lineWidth?: BusNetGroupCreateOptions['lineWidth'], lineType?: BusNetGroupCreateOptions['lineType']): ISCH_PrimitiveBus | undefined;
1
参数名
参数 | 类型 | 描述 |
---|---|---|
busName | BusNetGroupCreateOptions['net'] | 总线名称 |
line | BusNetGroupCreateOptions['line'] | 多段线坐标组,每段都是连续的一组 |
color | BusNetGroupCreateOptions['color'] | (Optional) 总线颜色, |
lineWidth | BusNetGroupCreateOptions['lineWidth'] | (Optional) 线宽,范围 |
lineType | BusNetGroupCreateOptions['lineType'] | (Optional) 线型, |
返回值
ISCH_PrimitiveBus | undefined
总线图元对象