Click or drag to resize
DigitalRuneMinkowskiSumShapeObjectA Property
Gets or sets the first IGeometricObject.

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

Property Value

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