Click or drag to resize

RangeBox Interface

The Box object is a mathematical utility object that represents a rectangular box whose faces are always parallel to the model XYZ planes.

Namespace: CeliAPS.BomApi.Geometry
Assembly: BomApi (in BomApi.dll) Version: 1.0.63
Syntax
public interface RangeBox

The RangeBox type exposes the following members.

Properties
 NameDescription
Public propertyLength Distance between MinPoint.X and MaxPoint.X
Public propertyMaxPoint Property that gets the maximum corner of the box.
Public propertyMinPoint Property that gets the minimum corner of the box.
Public propertyThickness Distance between MinPoint.Z and MaxPoint.Z
Public propertyWidth Distance between MinPoint.Y and MaxPoint.Y
Top
See Also