Box.Extend Method
Returns a Box where the coordinate of each side has been extended by the specified amount.
Thread safety: This method is thread-safe.
Extend(System.Double x, System.Double y, System.Double z)
Returns a Box where the coordinate of each side has been extended by the specified amount.Syntax
public Box Extend (
System.Double x,
System.Double y,
System.Double z
)
Parameters
x
Type: System.Double
The amount by which the new box is expanded in the x-direction.
The amount by which the new box is expanded in the x-direction.
y
Type: System.Double
The amount by which the new box is expanded in the y-direction.
The amount by which the new box is expanded in the y-direction.
z
Type: System.Double
The amount by which the new box is expanded in the z-direction.
The amount by which the new box is expanded in the z-direction.
Return Value
Type: Box
The box that results from expanding the current box by the specified amounts on all sides.
The box that results from expanding the current box by the specified amounts on all sides.
Platforms
Windows, Linux, Android