M_Rhino_Geometry_ComponentStatus_op_Addition - mcneel/rhinocommon-api-docs GitHub Wiki

ComponentStatus.Addition Operator

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

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static ComponentStatus operator +(
	ComponentStatus a,
	ComponentStatus b
)

VB

Public Shared Operator + ( 
	a As ComponentStatus,
	b As ComponentStatus
) As ComponentStatus

Parameters

 

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

Return Value

Type: ComponentStatus
A new ComponentStatus.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

ComponentStatus Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️