cone_origin#
- view_transf.cone_origin(p0: float, p1: float, p2: float) int #
Sets the origin point for the tip of the cone tool.
Use with view_transf: cone_angle and view_transf: cone_axis to specify the cone tool location and orientationThe components are in reference to the selected frame.- Args:
- p0:
‘x_coord’ x, y, z coordinates of the cone tool origin
- p1:
‘y_coord’ x, y, z coordinates of the cone tool origin
- p2:
‘z_coord’ x, y, z coordinates of the cone tool origin
- Examples:
# # Turns display of the quadric cone on # (only one quadric tool at a time can be on) # ensight.tools.quadric("cone") # # Sets the origin 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