I notice that my CFX 10.0 Cameras are ignored in CFX-Post 11.0. Why?




The syntax for Cameras in CFX 11.0 has changed. This was done to facilitate report generation in CFX-Post. The new cameras are now sub-objects of VIEWS.
Each of these is considered as something similar to a Figure by the report generation process.

The modified CCL for cameras is below

**************
OLD
****************

VIEWER: VIEWER
Projection = Orthographic
END

CAMERA:Camera X2
Option = Pivot Point and Quaternion
Pivot Point = 0, 0, 0
Scale = 1
Pan = 0, 0
Rotation Quaternion = -0.707107, 0.00, -0.707107, 0.0000
END


***********************
NEW
***********************

VIEW: X2
Axis Visibility = On
Camera Mode = User Specified
Projection = Orthographic
CAMERA:
Option = Pivot Point and Quaternion
Pivot Point = 0, 0, 0
Scale = 1
Pan = 0, 0
Rotation Quaternion = -0.707107, 0.00, -0.707107, 0.0000
END
END


Note: To save a new camera in CFX 11.0, right click on the CFX-Post view screen and select Copy To New Figure. Type in a name of your choice and select OK.





Show Form
No comments yet. Be the first to add a comment!