C# Class SolidworksAddinFramework.TriadManipulatorTs

Inheritance: ManipulatorHandler, ITriadManipulator, IManipulator
Afficher le fichier Open project: Weingartner/SolidworksAddinFramework Class Usage Examples

Méthodes publiques

Méthode Description
GetSpecificManipulator ( ) : object
OnDoubleValueChanged ( object pManipulator, int handleIndex, double &value ) : bool
OnEndDrag ( object pManipulator, int handleIndex ) : void
Remove ( ) : void
Select ( bool Append, SelectData Data ) : bool
SetColorRefAtIndex ( int index, int colorRef ) : void
Show ( object PModelDoc ) : void
TriadManipulatorTs ( IModelDoc2 doc ) : System
UpdatePosition ( ) : bool
UpdateScale ( double Scale ) : void

Method Details

GetSpecificManipulator() public méthode

public GetSpecificManipulator ( ) : object
Résultat object

OnDoubleValueChanged() public méthode

public OnDoubleValueChanged ( object pManipulator, int handleIndex, double &value ) : bool
pManipulator object
handleIndex int
value double
Résultat bool

OnEndDrag() public méthode

public OnEndDrag ( object pManipulator, int handleIndex ) : void
pManipulator object
handleIndex int
Résultat void

Remove() public méthode

public Remove ( ) : void
Résultat void

Select() public méthode

public Select ( bool Append, SelectData Data ) : bool
Append bool
Data SelectData
Résultat bool

SetColorRefAtIndex() public méthode

public SetColorRefAtIndex ( int index, int colorRef ) : void
index int
colorRef int
Résultat void

Show() public méthode

public Show ( object PModelDoc ) : void
PModelDoc object
Résultat void

TriadManipulatorTs() public méthode

public TriadManipulatorTs ( IModelDoc2 doc ) : System
doc IModelDoc2
Résultat System

UpdatePosition() public méthode

public UpdatePosition ( ) : bool
Résultat bool

UpdateScale() public méthode

public UpdateScale ( double Scale ) : void
Scale double
Résultat void