ellipse: { semiMajorAxis: param.semiMajor, // 长轴长度(米) semiMinorAxis: param.semiMinor, // 短轴长度(米) rotation: param.rotation, // 旋转角(弧度) granularity: Math.PI / 360, // 关键:增加细分(每1度一个点) fill: false, outline: true, outlineColor: SuperMap3D.Color.RED, material: SuperMap3D.Color.RED.withAlpha(0), // 填充透明 classificationType: SuperMap3D.ClassificationType.BOTH, //面贴对象 heightReference: SuperMap3D.HeightReference.RELATIVE_TO_GROUND, clampToGround: true, extrudedHeight: 10.0, // 拉伸高度(墙高) // height: 10, }
想画一个空心椭圆带边框的椭圆,但是边线的粗细无法设置改变
