Class KeepoutZone
Information about a configured keep-out zone
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class KeepoutZone : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
Active
Indicates if this keep-out zone is enabled
Declaration
public bool Active { get; set; }
Property Value
Type | Description |
---|---|
bool |
Coords
Minimum and maximum coordinates of this zone
Declaration
public ModelCollection<KeepoutZoneCoordinates> Coords { get; }
Property Value
Type | Description |
---|---|
ModelCollection<KeepoutZoneCoordinates> |