Click or drag to resize
DigitalRuneMinkowskiSumShapeObjectB Property
Gets or sets the second GeometricObject.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public IGeometricObject ObjectB { get; set; }

Property Value

Type: IGeometricObject
The second GeometricObject.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
GeometryExceptionvalue is not convex.
See Also