Class ConstructPlane
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 ConstructPlane : ConstructAction, ICommandHandler, IPropertyEntry, IIntermediateConstruction
Constructors
| Improve this Doc View SourceConstructPlane(String)
Declaration
public ConstructPlane(string resourceId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | resourceId |
Properties
| Improve this Doc View SourceConstructedPlane
Declaration
public Plane ConstructedPlane { get; }
Property Value
| Type | Description |
|---|---|
| Plane |
Methods
| Improve this Doc View SourceGetID()
Overrides GetID()
Declaration
public override string GetID()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
| Improve this Doc View SourceOnSetAction()
Overrides OnSetAction()
Declaration
public override void OnSetAction()
Overrides
Events
| Improve this Doc View SourcePlaneChangedEvent
Declaration
public event ConstructPlane.PlaneChangedDelegate PlaneChangedEvent
Event Type
| Type | Description |
|---|---|
| ConstructPlane.PlaneChangedDelegate |
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 |