SketchUp C API
|
Interfaces for SUSelectionRef. More...
Enumerations | |
enum | SUSelectionType { SUSelectionType_Curve, SUSelectionType_Surface, SUSelectionType_SingleObject } |
Used with SUSelectionIsType() to query for what type the selection is. More... | |
Interfaces for SUSelectionRef.
enum SUSelectionType |
Used with SUSelectionIsType() to query for what type the selection is.
Enumerator | |
---|---|
SUSelectionType_Curve |
Query for the selection to contain a single SUCurveRef or SUArcCurveRef. |
SUSelectionType_Surface |
Query for the selection containing only faces that belong to a single surface. SketchUp considers set of faces connected with soft+smooth edges to form a surface. |
SUSelectionType_SingleObject |
Query for a single SUDrawingElementRef being selected or satifying the conditions of SU_SELECTION_CURVE or SU_SELECTION_SURFACE. |