| 714 | } |
| 715 | |
| 716 | void Coordinate3Item::endPoint(InventorOutput& out) const |
| 717 | { |
| 718 | out.decreaseIndent(); |
| 719 | out.writeLine("}"); |
| 720 | } |
| 721 | |
| 722 | // ----------------------------------------------------------------------------- |
| 723 |
nothing calls this directly
no test coverage detected