Outline(XYZ, XYZ)
Constructor
Description:
Constructor that uses a minimum and maximum XYZ point to initialize the outline.
Constructor that uses a minimum and maximum XYZ point to initialize the outline.
Parameters
| Parameter | Type | Description |
|---|---|---|
| minimumPoint | XYZ | The minimum point |
| maximumPoint | XYZ | The maximum point. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |