export interface IWire { /** * 获取线框点 */ get points(): Float32Array; /** * 修改后,跟新显示, * 内部调用,不要修改 */ point_changed: () => void; }