yanchengPowerSupply/node_modules/mxdraw/dist/lib/MxModule/McGePoint3dArray/index.d.ts

15 lines
255 B
TypeScript

/** @module McGePoint3dArray */
import McGePoint3d from '../McGePoint3d';
/**
* McGePoint3dArray
* @example ```typescript
* ```
*/
export default interface McGePoint3dArray {
/**
*
* @returns
*/
append(pt: McGePoint3d): void;
}