Click or drag to resize
DigitalRuneBoxShapeExtent Property
Gets or sets the extent vector.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
[XmlIgnoreAttribute]
[ContentSerializerIgnoreAttribute]
public Vector3F Extent { get; set; }

Property Value

Type: Vector3F
The extent of the box (WidthX, WidthY, WidthZ).
Exceptions
ExceptionCondition
ArgumentOutOfRangeException A component of value is negative.
See Also