Class ConstructMidPoint
Action that constructs a midpoint between two points. It uses a GeoPointProperty 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 ConstructMidPoint : ConstructAction, ICommandHandler, IPropertyEntry, IIntermediateConstruction
Constructors
| Improve this Doc View SourceConstructMidPoint(GeoPointProperty)
Declaration
public ConstructMidPoint(GeoPointProperty geoPointProperty)
Parameters
| Type | Name | Description |
|---|---|---|
| GeoPointProperty | geoPointProperty |
Methods
| Improve this Doc View SourceGetID()
Overrides GetID()
Declaration
public override string GetID()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
| Improve this Doc View SourceOnDone()
Overrides OnDone()
Declaration
public override void OnDone()
Overrides
| Improve this Doc View SourceOnEscape()
Declaration
public override bool OnEscape()
Returns
| Type | Description |
|---|---|
| System.Boolean |
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 |