Class ConstructAngleTwoPoints
Action that constructs an angle defined by two points. It uses a AngleProperty to communicate the constructed point to the outside.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public class ConstructAngleTwoPoints : ConstructAction, ICommandHandler, IPropertyEntry, IIntermediateConstruction
Constructors
| Improve this Doc View SourceConstructAngleTwoPoints(AngleProperty)
Declaration
public ConstructAngleTwoPoints(AngleProperty angleProperty)
Parameters
| Type | Name | Description |
|---|---|---|
| AngleProperty | angleProperty |
Methods
| Improve this Doc View SourceGetID()
Overrides GetID()
Declaration
public override string GetID()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
| Improve this Doc View SourceOnActivate(Action, Boolean)
Implements OnActivate(Action, Boolean). If you override this method don't forget to call the bas implementation.
Declaration
public override void OnActivate(Action OldActiveAction, bool SettingAction)
Parameters
| Type | Name | Description |
|---|---|---|
| Action | OldActiveAction | |
| System.Boolean | SettingAction |
Overrides
| Improve this Doc View SourceOnDone()
Overrides OnDone()
Declaration
public override void OnDone()
Overrides
| Improve this Doc View SourceOnInactivate(Action, Boolean)
Implements OnInactivate(Action, Boolean). If you override this method don't forget to call the bas implementation.
Declaration
public override void OnInactivate(Action NewActiveAction, bool RemovingAction)
Parameters
| Type | Name | Description |
|---|---|---|
| Action | NewActiveAction |
|
| System.Boolean | RemovingAction |
|
Overrides
| Improve this Doc View SourceOnRemoveAction()
Declaration
public override void OnRemoveAction()
Overrides
| Improve this Doc View SourceOnSetAction()
Overrides OnSetAction()
Declaration
public override void OnSetAction()
Overrides
Explicit Interface Implementations
| Improve this Doc View SourceIIntermediateConstruction.GetHandledProperty()
Declaration
IPropertyEntry IIntermediateConstruction.GetHandledProperty()
Returns
| Type | Description |
|---|---|
| IPropertyEntry |
IIntermediateConstruction.Succeeded
Declaration
bool IIntermediateConstruction.Succeeded { get; }
Returns
| Type | Description |
|---|---|
| System.Boolean |