Adds or removes the selected swept surface to or from the current selection set.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Select( _
bool SelectFlag As System.Boolean _
) As System.Boolean |
JavaScript | |
---|
Select(
SelectFlag : Boolean
) : Boolean |
Parameters
- SelectFlag
True to add the selected swept surface to the current selection set, false to remove it from the current selection set
- [out] or Return Value
- True if the selected swept surface was added to or removed from the current selection set, false if not
See Also
Availability
DraftSight 2020 SP0