IFaceSelectable Interface

Common properties for entities with selectable faces.
Public Interface IFaceSelectable
This language is not supported or no code example is available.
public interface IFaceSelectable
This language is not supported or no code example is available.
Name Description
Public property SelectionMode Gets or sets the selection mode.
Top
Methods
 
Name Description
Public method ClearFacesSelection(Stack<BlockReference>) Clears the face selection status for a specific instance.
Public method ClearFacesSelectionForAllInstances() Clears the face selection status for all instances.
Public method GetFaceSelection(int, Stack<BlockReference>) Tells if the face is selected.
Public method GetFaceSelection(int, int, Stack<BlockReference>) Tells if the face is selected.
Public method IsAnyFaceSelected() Tells if there is a selected face.
Public method SetFaceSelection(int, bool, Stack<BlockReference>) Sets the selection status of a face.
Public method SetFaceSelection(int, int, bool, Stack<BlockReference>) Sets the selection status of a face.
Top

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition