Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ObjectManipulator Class / ObjectManipulator Constructor / ObjectManipulator Constructor(Int32,Boolean,Boolean,ObjectManipulatorPartProperties,ObjectManipulatorPartProperties,ObjectManipulatorPartProperties,ObjectManipulatorPartProperties,ObjectManipulatorPartProperties,ObjectManipulatorPartProperties,ObjectManipulatorPartProperties,Double,Double,Boolean)
Size of the sphere in pixels
Visibility of the Object Manipulator
If true, shows the original entities along with the copies during editing
Properties of the sphere for translation on view
Properties of the arrow for translation on X
Properties of the arrow for translation on Y
Properties of the arrow for translation on Z
Properties of the arrow for rotation around X
Properties of the arrow for rotation around Y
Properties of the arrow for rotation around Z
Rotation step angle in radians
Translation step distance
When false, the UI element is drawn with a flat color.

In This Topic
    ObjectManipulator Constructor(Int32,Boolean,Boolean,ObjectManipulatorPartProperties,ObjectManipulatorPartProperties,ObjectManipulatorPartProperties,ObjectManipulatorPartProperties,ObjectManipulatorPartProperties,ObjectManipulatorPartProperties,ObjectManipulatorPartProperties,Double,Double,Boolean)
    In This Topic
    Standard constructor.
    Syntax

    Parameters

    ballSize
    Size of the sphere in pixels
    visible
    Visibility of the Object Manipulator
    showOriginalWhileEditing
    If true, shows the original entities along with the copies during editing
    translate
    Properties of the sphere for translation on view
    translateX
    Properties of the arrow for translation on X
    translateY
    Properties of the arrow for translation on Y
    translateZ
    Properties of the arrow for translation on Z
    rotateX
    Properties of the arrow for rotation around X
    rotateY
    Properties of the arrow for rotation around Y
    rotateZ
    Properties of the arrow for rotation around Z
    rotationStep
    Rotation step angle in radians
    translationStep
    Translation step distance
    lighting
    When false, the UI element is drawn with a flat color.
    See Also