Click or drag to resize
SbVec3sAddition Operator
Additive (+) operator. Performs the addition between the vectors v1 and v2.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.2.0.Release.47655112efc68a70bb943ee3bd5c1e27763923ef
Syntax
public static SbVec3s operator +(
	SbVec3s v1,
	SbVec3s v2
)

Parameters

v1
Type: OIV.InventorSbVec3s
v2
Type: OIV.InventorSbVec3s

Return Value

Type: SbVec3s
Addition between the two vectors.
See Also