// COPYRIGHT DASSAULT SYSTEMES 2005
// here follow basic block definition
// - internal use only
// - any modification to this file must be checked before deliveries
// 
block CATTPSCaptureViewDataUpgrade01
{
  boolean $allocate #offset(3)
  specobject $allocate #offset(2)
  external $allocate #offset(0) 
  specobject $list #offset(3)
  external $list #offset(1)  
  boolean `ViewPointSaved` #offset(1)
  boolean `ActiveViewSaved` #offset(2)
  boolean `ClippingPlaneActive` #offset(3)
  specobject `Camera` #offset(1)
  specobject `ActiveView` #offset(2)
  specobject `CapturedViews` #offset(3) #list
  external `ExtLinkCapturedViews` #offset(1) #list  
}


