mxdraw 0.1.250 → 0.1.251

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/mxdraw.d.ts CHANGED
@@ -3227,6 +3227,15 @@ declare class McEdGetPointWorldDrawObject {
3227
3227
  *
3228
3228
  */
3229
3229
  drawLine(pt1: THREE.Vector3, pt2: THREE.Vector3): void;
3230
+ /**
3231
+ * 绘制一个填充区域
3232
+ * @returns void
3233
+ * @example
3234
+ * ``` typescript
3235
+ * ```
3236
+ *
3237
+ */
3238
+ drawSolid(points: THREE.Vector3[], opacity?: number): void;
3230
3239
  /**
3231
3240
  * 绘制矩形框
3232
3241
  * @param pt1 矩形框对角点1