M_Rhino_Geometry_ComponentStatus_op_Addition - mcneel/rhinocommon-api-docs GitHub Wiki
Sets flags from both component states and returns a new ComponentStatus.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static ComponentStatus operator +(
ComponentStatus a,
ComponentStatus b
)
VB
Public Shared Operator + (
a As ComponentStatus,
b As ComponentStatus
) As ComponentStatus
- a
- Type: Rhino.Geometry.ComponentStatus
The first ComponentStatus. - b
- Type: Rhino.Geometry.ComponentStatus
The second ComponentStatus.
Type: ComponentStatus
A new ComponentStatus.
Supported in: 6.0.16224.21491