ObjectManipulator(Int32, Boolean, Boolean, styleType, ballActionType, ObjectManipulatorPartProperties, ObjectManipulatorPartProperties, ObjectManipulatorPartProperties, ObjectManipulatorPartProperties, ObjectManipulatorPartProperties, ObjectManipulatorPartProperties, ObjectManipulatorPartProperties, ObjectManipulatorPartProperties, ObjectManipulatorPartProperties, ObjectManipulatorPartProperties, Double, Double, Double, Boolean) Constructor

Standard constructor.
Public Sub New( _ 
ByVal ballSize As Integer, _ 
ByVal visible As Boolean, _ 
ByVal showOriginalWhileEditing As Boolean, _ 
ByVal styleMode As styleType, _ 
ByVal ballActionMode As ballActionType, _ 
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, _ 
ByVal scaleX As ObjectManipulatorPartProperties, _ 
ByVal scaleY As ObjectManipulatorPartProperties, _ 
ByVal scaleZ As ObjectManipulatorPartProperties, _ 
ByVal rotationStep As Double, _ 
ByVal translationStep As Double, _ 
ByVal scalingStep As Double, _ 
ByVal lighting As Boolean
)
This language is not supported or no code example is available.
public ObjectManipulator( 
int ballSize
bool visible
bool showOriginalWhileEditing
styleType styleMode
ballActionType ballActionMode
ObjectManipulatorPartProperties ball
ObjectManipulatorPartProperties translateX
ObjectManipulatorPartProperties translateY
ObjectManipulatorPartProperties translateZ
ObjectManipulatorPartProperties rotateX
ObjectManipulatorPartProperties rotateY
ObjectManipulatorPartProperties rotateZ
ObjectManipulatorPartProperties scaleX
ObjectManipulatorPartProperties scaleY
ObjectManipulatorPartProperties scaleZ
double rotationStep
double translationStep
double scalingStep
bool lighting 
)
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

styleMode
styleType

ballActionMode
ballActionType

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

scaleX
ObjectManipulatorPartProperties

Properties of the box for scaling on X

scaleY
ObjectManipulatorPartProperties

Properties of the box for scaling on Y

scaleZ
ObjectManipulatorPartProperties

Properties of the box for scaling on Z

rotationStep
double

Rotation step angle in radians

translationStep
double

Translation step distance

scalingStep
double

Scaling step factor

lighting
bool

When false, the UI element is drawn with a flat color.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition