Class EditorState
- Namespace
- Macad.Interaction
- Assembly
- Macad.Interaction.dll
public sealed class EditorState : BaseObject
- Inheritance
-
EditorState
Properties
- Property Value: string
- Property Value: string
public DocumentFilterFlags DocumentFilterFlags { get; set; }
- Property Value: DocumentFilterFlags
public bool RubberbandIncludeTouched { get; set; }
- Property Value: bool
public ViewportController.RubberbandSelectionMode RubberbandSelectionMode { get; set; }
- Property Value: ViewportController.RubberbandSelectionMode
public bool SketchClipPlaneEnabled { get; }
- Property Value: bool
public bool SketchContinuesSegmentCreation { get; }
- Property Value: bool
public bool SketchGroupVisible { get; }
- Property Value: bool
public SnapInfo SnapInfo { get; }
- Property Value: SnapInfo
public bool SnapToEdgeSelected { get; set; }
- Property Value: bool
public bool SnapToGridSelected { get; set; }
- Property Value: bool
public bool SnapToVertexSelected { get; set; }
- Property Value: bool
public bool SnappingEnabled { get; set; }
- Property Value: bool
- Property Value: TransformTool.Options
- Property Value: TransformTool.PivotPoint
Events
public static event PropertyChangedEventHandler StateChanged
- Event Type: PropertyChangedEventHandler