Interface McGePoint3dArray

McGePoint3dArray

Example: ```typescript ```

interface McGePoint3dArray {
    append(pt): void;
}

Methods

Methods