ComponentStatus.Addition Operator

ComponentStatusAddition Operator

Sets flags from both component states and returns a new ComponentStatus.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static ComponentStatus operator +(
	ComponentStatus a,
	ComponentStatus b
)
Public Shared Operator + ( 
	a As ComponentStatus,
	b As ComponentStatus
) As ComponentStatus

Parameters

a
Type: Rhino.GeometryComponentStatus
The first ComponentStatus.
b
Type: Rhino.GeometryComponentStatus
The second ComponentStatus.

Return Value

Type: ComponentStatus
A new ComponentStatus.
Version Information

Rhino for Windows

Supported in: 6.14
See Also