DTM Manger Class Reference (PyVrDtmMgr) DTM Manager Class More... Members
VrOne can have up to 8 DTM surfaces defined. The Python Vr DTM Manager class allows each of the defined DTM surfaces (up to the maximum 8 supported by VrOne) to be managed. A surface can be set as the active surface. Any of the 8 surfaces can be returned as a PyVrDtm object, which can then be used to perform any of the standard DTM operations.
Example:
DtmMgr = PyVrDtmMgr ()
Dtm = DtmMgr.GetCg (2)
Dtm.Reset() Dtm.Process()
print "MinZ = %.2f" % Dtm.GetMinZ () print "MaxZ = %.2f" % Dtm.GetMaxZ ()
Member Function Documentation Sets the current active DTM surface (Contour Generation surface)
|