Click or drag to resize

CustomCompCreateController Class

返回用户文档首页
交互控制器基类
Inheritance Hierarchy
SystemObject
  Controller
    ModelController
      LoongCAD.STC.PluginsCustomCompCreateController

Namespace: LoongCAD.STC.Plugins
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public class CustomCompCreateController : ModelController

The CustomCompCreateController type exposes the following members.

Properties
 NameDescription
Public propertyControllerLayer
(Inherited from Controller)
Public propertyCreateInfo 
Top
Methods
 NameDescription
Public methodBeginPick
(Inherited from Controller)
Public methodBeginSnapFace
(Inherited from Controller)
Public methodBeginSnapPoint
(Inherited from Controller)
Public methodCompleteCreation 
Public methodGetPickedObjects
(Inherited from Controller)
Public methodIsObjectFocused
(Inherited from Controller)
Public methodOnActive
(Overrides Controller.OnActive(DObject))
Public methodOnDeactive
(Overrides Controller.OnDeactive)
Public methodOnMouseClick
(Inherited from Controller)
Public methodOnMouseDoubleClick
(Inherited from Controller)
Public methodOnMouseDown
(Inherited from Controller)
Public methodOnMouseMove
(Inherited from Controller)
Public methodOnMouseUp
(Inherited from Controller)
Public methodOnPoped
(Inherited from Controller)
Public methodOnPushed
(Inherited from Controller)
Public methodOnSnapComplete
(Inherited from Controller)
Public methodOnSnapFace
(Inherited from Controller)
Public methodOnSnapLine
(Inherited from Controller)
Public methodOnSnapPoint
(Inherited from Controller)
Public methodOnSnapRevert
(Inherited from Controller)
Public methodOnUpdate
(Inherited from Controller)
Public methodQuit
(Inherited from Controller)
Public methodSetCursor
(Inherited from Controller)
Public methodSetPickMode
(Inherited from Controller)
Public methodSetSnapFlag
(Inherited from Controller)
Public methodSetSnapPivotPoint
(Inherited from Controller)
Public methodSetTip
(Inherited from Controller)
Top
See Also