| Method | Defined by | ||
|---|---|---|---|
|
JointCheckboxAction(p:Part, checkboxType:int, checked:Boolean, effect:Boolean = false)
| JointCheckboxAction | ||
|
RedoAction():void
| JointCheckboxAction | ||
|
UndoAction():void
| JointCheckboxAction | ||
| Constant | Defined by | ||
|---|---|---|---|
| AUTO_CCW_TYPE : int = 3 [static]
| JointCheckboxAction | ||
| AUTO_CW_TYPE : int = 2 [static]
| JointCheckboxAction | ||
| AUTO_ON_TYPE : int = 5 [static]
| JointCheckboxAction | ||
| AUTO_OSCILLATE_TYPE : int = 4 [static]
| JointCheckboxAction | ||
| ENABLE_TYPE : int = 0 [static]
| JointCheckboxAction | ||
| RIGID_TYPE : int = 1 [static]
| JointCheckboxAction | ||
| JointCheckboxAction | () | constructor |
public function JointCheckboxAction(p:Part, checkboxType:int, checked:Boolean, effect:Boolean = false)Parameters
p:Part |
|
checkboxType:int |
|
checked:Boolean |
|
effect:Boolean (default = false) |
| RedoAction | () | method |
public override function RedoAction():void
| UndoAction | () | method |
public override function UndoAction():void
| AUTO_CCW_TYPE | constant |
public static const AUTO_CCW_TYPE:int = 3
| AUTO_CW_TYPE | constant |
public static const AUTO_CW_TYPE:int = 2
| AUTO_ON_TYPE | constant |
public static const AUTO_ON_TYPE:int = 5
| AUTO_OSCILLATE_TYPE | constant |
public static const AUTO_OSCILLATE_TYPE:int = 4
| ENABLE_TYPE | constant |
public static const ENABLE_TYPE:int = 0
| RIGID_TYPE | constant |
public static const RIGID_TYPE:int = 1