Package geomss.geom.reader.iges
Class View
- java.lang.Object
-
- geomss.geom.reader.iges.View
-
public class View extends java.lang.Object
The View class represents an IGES view and its transformation. This is mainly to keep each view's information organized in one List instead of three or four Lists.Modified by: Joseph A. Huwaldt
- Version:
- September 13, 2016
- Author:
- JDN, Version 1.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
set(int de, Point or, double an)
Set the values for the view.java.lang.String
toString()
Dump to string.
-