Enum VisibleRefType
Defines which parts an objects are visible. SetVisible(bool, VisibleRefType)
[Flags]
public enum VisibleRefTypeFields
Default = -1Default behavior: for objects, the reference is visible if the object is visible. For robots it does not alter the display state of the robot links.
Off = 0Not visible.
On = 1Visible.
RobotAll = 2147483647Display all robot links and references.
RobotAllRefs = 357913941Display all robot references. Important: The references are only displayed if the geometry is visible. Add apropriate flags to display the geometry and the reference frame.
RobotAxis_1_3D = 8Display the 3D geometry attached to the robot axis 1.
RobotAxis_1_Ref = 16Display the reference frame attached to the robot axis 1. The reference frame is only visible when the geometry is visible.
RobotAxis_2_3D = 32Display the 3D geometry attached to the robot axis 2.
RobotAxis_2_Ref = 64Display the reference frame attached to the robot axis 2. The reference frame is only visible when the geometry is visible.
RobotAxis_3_3D = 128Display the 3D geometry attached to the robot axis 3.
RobotAxis_3_Ref = 256Display the reference frame attached to the robot axis 3. The reference frame is only visible when the geometry is visible.
RobotAxis_4_3D = 512Display the 3D geometry attached to the robot axis 4.
RobotAxis_4_Ref = 1024Display the reference frame attached to the robot axis 4. The reference frame is only visible when the geometry is visible.
RobotAxis_5_3D = 2048Display the 3D geometry attached to the robot axis 5.
RobotAxis_5_Ref = 4096Display the reference frame attached to the robot axis 5. The reference frame is only visible when the geometry is visible.
RobotAxis_6_3D = 8192Display the 3D geometry attached to the robot axis 6.
RobotAxis_6_Ref = 16384Display the reference frame attached to the robot axis 6. The reference frame is only visible when the geometry is visible.
RobotAxis_7_3D = 32768Display the 3D geometry attached to the robot axis 7.
RobotAxis_7_Ref = 65536Display the reference frame attached to the robot axis 7. The reference frame is only visible when the geometry is visible.
RobotAxis_Base_3D = 2Display the 3D geometry attached to the robot base.
RobotAxis_Base_Ref = 4Display the reference frame attached to the robot base. The reference frame is only visible when the geometry is visible.
RobotDefault = 715827883Set the robot to be displayed in the default state (show the geometry, hide the internal links).
RobotFlange = 1Display the robot tool flange (reference frame). The robot flange can be used to drag the robot from the tool flange.
RobotNone = 0Do not show robot links or reference frames.