C# Class GeometryGym.Ifc.IfcBoundedCurve

Exibir arquivo Open project: GeometryGym/GeometryGymIFC Class Usage Examples

Public Methods

Method Description
Generate ( DatabaseIfc db, IEnumerable points, List segments ) : IfcBoundedCurve

Protected Methods

Method Description
IfcBoundedCurve ( ) : System
IfcBoundedCurve ( DatabaseIfc db ) : System
IfcBoundedCurve ( DatabaseIfc db, IfcBoundedCurve c, DuplicateOptions options ) : System

Method Details

Generate() public static method

public static Generate ( DatabaseIfc db, IEnumerable points, List segments ) : IfcBoundedCurve
db DatabaseIfc
points IEnumerable
segments List
return IfcBoundedCurve

IfcBoundedCurve() protected method

protected IfcBoundedCurve ( ) : System
return System

IfcBoundedCurve() protected method

protected IfcBoundedCurve ( DatabaseIfc db ) : System
db DatabaseIfc
return System

IfcBoundedCurve() protected method

protected IfcBoundedCurve ( DatabaseIfc db, IfcBoundedCurve c, DuplicateOptions options ) : System
db DatabaseIfc
c IfcBoundedCurve
options DuplicateOptions
return System