C# Class GeometryGym.Ifc.IfcBoundingBox

Inheritance: IfcGeometricRepresentationItem
Datei anzeigen Open project: GeometryGym/GeometryGymIFC Class Usage Examples

Public Methods

Method Description
IfcBoundingBox ( IfcCartesianPoint pt, double xdim, double ydim, double zdim ) : System

Private Methods

Method Description
IfcBoundingBox ( ) : System
IfcBoundingBox ( DatabaseIfc db, IfcBoundingBox b, DuplicateOptions options ) : System

Method Details

IfcBoundingBox() public method

public IfcBoundingBox ( IfcCartesianPoint pt, double xdim, double ydim, double zdim ) : System
pt IfcCartesianPoint
xdim double
ydim double
zdim double
return System