Node.SetRestraint (Boolean, Boolean, Boolean, Double, Double, Double) Method

Sets a 3D restraint.
Public Sub SetRestraint( _ 
ByVal inX As Boolean, _ 
ByVal inY As Boolean, _ 
ByVal inZ As Boolean, _ 
Optional ByVal amountInX As Double = 0, _ 
Optional ByVal amountInY As Double = 0, _ 
Optional ByVal amountInZ As Double = 0 _ 
)
This language is not supported or no code example is available.
public void SetRestraint( 
bool inX
bool inY
bool inZ
double amountInX = 0, 
double amountInY = 0, 
double amountInZ = 0 
)
This language is not supported or no code example is available.

Parameters

inX
bool

True if the X direction is restrained

inY
bool

True if the Y direction is restrained

inZ
bool

True if the Z direction is restrained

amountInX
double

Displacement along X

amountInY
double

Displacement along Y

amountInZ
double

Displacement along Z

.NET Framework

Supported in: 4.8

In this article

Definition