Extents
|
The Extents3d type exposes the following members.
| Name | Description | |
|---|---|---|
| Extents3d | Constructor for the Extents3d class. Creates extents from the specified points. |
| Name | Description | |
|---|---|---|
| MaxPoint | Property that represents the maximum point of this extents. | |
| MinPoint | Property that represents the minimum point of this extents. |
| Name | Description | |
|---|---|---|
| AddBlockExtents | Unites the bounding box that encloses all entities stored in the specified block and the bounding box of this object. | |
| AddExtents | Expands this extents object by the bounding box defined by the specified object. | |
| AddPoint | Expands this extents object by the specified point. | |
| Equals | Checks objects for equality. (Overrides ValueTypeEquals(Object)) |
|
| ExpandBy | Updates the extents of this Extents object by the specified vector. | |
| GetHashCode | Retrieves the object hash code. (Overrides ValueTypeGetHashCode) |
|
| GetType | Gets the Type of the current
instance. (Inherited from Object) |
|
| IsEqualTo(Extents3d) | Compares this object to another object. | |
| IsEqualTo(Extents3d, Tolerance) | Compares this object to another object within the specified tolerance. | |
| Set | Sets the minimum and maximum points for this Extents object. | |
| ToString | (Overrides ValueTypeToString) |
|
| ToString(IFormatProvider) | Returns an equivalent string representation of this object. | |
| ToString(String, IFormatProvider) | Returns an equivalent string representation of this object. | |
| TransformBy | Applies the 3D transformation matrix to the extents. |
| Name | Description | |
|---|---|---|
| Equality(Extents3d, Extents3d) | Equality operator for the Extents3d class. Checks whether the passed objects are equal. | |
| Inequality(Extents3d, Extents3d) | Inequality operator for the Extents3d class. Checks whether the passed objects are not equal. |
| © Bricsys NV. All rights reserved. |