Class SelectionMode
The selection mode of a target BlockFillView. The hammer will adjust its behaviour based the Selection Mode that it uses.
Inheritance
System.Object
SelectionMode
Assembly: Eco.Shared.dll
Syntax
public sealed class SelectionMode : Enum
Fields
Box2Point
Declaration
public const SelectionMode Box2Point
Field Value
Box3Point
Declaration
public const SelectionMode Box3Point
Field Value
Floor
Declaration
public const SelectionMode Floor
Field Value
Line
Declaration
public const SelectionMode Line
Field Value
Point
Declaration
public const SelectionMode Point
Field Value
Rectangle
Declaration
public const SelectionMode Rectangle
Field Value
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Wall2Point
Declaration
public const SelectionMode Wall2Point
Field Value
Wall3Point
Declaration
public const SelectionMode Wall3Point
Field Value
Extension Methods