ObjectManipulator(Int32, Boolean, Boolean, ObjectManipulatorPartProperties, ObjectManipulatorPartProperties, ObjectManipulatorPartProperties, ObjectManipulatorPartProperties, ObjectManipulatorPartProperties, ObjectManipulatorPartProperties, ObjectManipulatorPartProperties) Constructor

NOTE: This member is now obsolete. This constructor is deprecated.

Deprecated constructor.
Public Sub New( _ 
ByVal ballSize As Integer, _ 
ByVal visible As Boolean, _ 
ByVal showOriginalWhileEditing As Boolean, _ 
ByVal ball As ObjectManipulatorPartProperties, _ 
ByVal translateX As ObjectManipulatorPartProperties, _ 
ByVal translateY As ObjectManipulatorPartProperties, _ 
ByVal translateZ As ObjectManipulatorPartProperties, _ 
ByVal rotateX As ObjectManipulatorPartProperties, _ 
ByVal rotateY As ObjectManipulatorPartProperties, _ 
ByVal rotateZ As ObjectManipulatorPartProperties
)
This language is not supported or no code example is available.
public ObjectManipulator( 
int ballSize
bool visible
bool showOriginalWhileEditing
ObjectManipulatorPartProperties ball
ObjectManipulatorPartProperties translateX
ObjectManipulatorPartProperties translateY
ObjectManipulatorPartProperties translateZ
ObjectManipulatorPartProperties rotateX
ObjectManipulatorPartProperties rotateY
ObjectManipulatorPartProperties rotateZ 
)
This language is not supported or no code example is available.

Parameters

ballSize
int

Size of the sphere in pixels

visible
bool

Visibility of the Object Manipulator

showOriginalWhileEditing
bool

If true, shows the original entities along with the copies during editing

ball
ObjectManipulatorPartProperties

Properties of the sphere on center of Objectmanipulator

translateX
ObjectManipulatorPartProperties

Properties of the arrow for translation on X

translateY
ObjectManipulatorPartProperties

Properties of the arrow for translation on Y

translateZ
ObjectManipulatorPartProperties

Properties of the arrow for translation on Z

rotateX
ObjectManipulatorPartProperties

Properties of the arrow for rotation around X

rotateY
ObjectManipulatorPartProperties

Properties of the arrow for rotation around Y

rotateZ
ObjectManipulatorPartProperties

Properties of the arrow for rotation around Z

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition