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: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
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