Part |
public class PartCompCreateController : ModelController
The PartCompCreateController type exposes the following members.
Name | Description | |
---|---|---|
![]() | ControllerLayer |
设定交互控制器的运行层,有效值为1或2
控制器切换时,同层控制器会彼此替换,非同层的可以叠加
(Inherited from Controller) |
![]() | CreateInfo |
Name | Description | |
---|---|---|
![]() | BeginPick | (Inherited from Controller) |
![]() | BeginSnapFace | (Inherited from Controller) |
![]() | BeginSnapPoint | (Inherited from Controller) |
![]() | CompleteCreation | |
![]() | GetPickedObjects | (Inherited from Controller) |
![]() | IsObjectFocused | (Inherited from Controller) |
![]() | OnActive | (Overrides ControllerOnActive(DObject)) |
![]() | OnDeactive | (Overrides ControllerOnDeactive) |
![]() | OnMouseClick | (Inherited from Controller) |
![]() | OnMouseDoubleClick | (Inherited from Controller) |
![]() | OnMouseDown | (Inherited from Controller) |
![]() | OnMouseMove | (Inherited from Controller) |
![]() | OnMouseUp | (Inherited from Controller) |
![]() | OnPoped | (Inherited from Controller) |
![]() | OnPushed | (Inherited from Controller) |
![]() | OnSnapComplete |
交互控制器在捕捉状态下,按空格键或鼠标中键盘触发
(Inherited from Controller) |
![]() | OnSnapFace |
交互控制器在捕捉面状态下,捕捉到一个面的回调
(Inherited from Controller) |
![]() | OnSnapLine |
交互控制器在捕捉线段状态下,捕捉到一根线段的回调
(Inherited from Controller) |
![]() | OnSnapPoint |
交互控制器在捕捉点状态下,捕捉到一个点的回调
(Inherited from Controller) |
![]() | OnSnapRevert |
交互控制器在捕捉状态下,按BACKSPACE键触发
(Inherited from Controller) |
![]() | OnUpdate | (Inherited from Controller) |
![]() | Quit |
退出当前控制器
(Inherited from Controller) |
![]() | SetCursor |
设置当前的鼠标指针样式
(Inherited from Controller) |
![]() | SetPickMode | (Inherited from Controller) |
![]() | SetSnapFlag | (Inherited from Controller) |
![]() | SetSnapPivotPoint | (Inherited from Controller) |
![]() | SetTip |
设置当前步骤的提示,显示在UI底边状态栏左侧
(Inherited from Controller) |