cone_angle#

view_transf.cone_angle(p0: float) int#

Set the angle for the cone tool.

Use with view_transf: cone_axis and view_transf: cone_origin to specify the cone tool location and orientation
Args:
p0:

‘angle’ the cone angle (in degrees)

Examples:
# 
# Turns the display of the quadric cone on 
# (only one quadric tool at a time can be on) 
# 
ensight.tools.quadric("cone")
# 
# Sets the angle and other attributes of the cone tool 
# 
ensight.view_transf.cone_angle(25.000000)
ensight.view_transf.cone_axis(1.000000,0.100000,0.000000)
ensight.view_transf.cone_origin(-0.750000,0.700000,1.000000)
# 
# Turns off the display of the quadric tool 
# 
ensight.tools.quadric("none")
Returns:

zero on success, non-zero on error