NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Attributes | List of all members
NXOpen.Selection.SelectionDescriptor Struct Reference

For a rectangle deselection, the fields Deselection , MultipleSelection , Rectangle bits would be set. More...

Public Attributes

bool Deselection
  More...
 
bool MultipleSelection
  More...
 
bool NameSelection
  More...
 
bool Rectangle
  More...
 
bool RectanglePosition
  More...
 
bool Reselection
  More...
 
bool Selection
  More...
 
bool SinglePosition
  More...
 
bool SingleSelection
  More...
 

Detailed Description

For a rectangle deselection, the fields Deselection , MultipleSelection , Rectangle bits would be set.

For a name selection which selected one object, the fields SelectionDescriptor.Selection , SingleSelection , and NameSelection bits would be set. If a reselect was done (an object is selected and the previous object selected is deselected), only the field SelectionDescriptor.Reselection bit is set. The fields SingleSelection and MultipleSelection bits are not set for position. The field Rectangle bit is set for rectangle selection, rectangle deselection, and rectangle position. This function can be used with UIStyler dialogs and can be called from either the selection filter procedure or the selection callback.

Member Data Documentation

bool NXOpen.Selection.SelectionDescriptor.Deselection

bool NXOpen.Selection.SelectionDescriptor.MultipleSelection

bool NXOpen.Selection.SelectionDescriptor.NameSelection

bool NXOpen.Selection.SelectionDescriptor.Rectangle

bool NXOpen.Selection.SelectionDescriptor.RectanglePosition

bool NXOpen.Selection.SelectionDescriptor.Reselection

bool NXOpen.Selection.SelectionDescriptor.Selection

bool NXOpen.Selection.SelectionDescriptor.SinglePosition

bool NXOpen.Selection.SelectionDescriptor.SingleSelection


The documentation for this struct was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.