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