C# Class GeometryGym.Ifc.IfcFaceBound

Inheritance: GeometryGym.Ifc.IfcTopologicalRepresentationItem
Mostrar archivo Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Public Methods

Method Description
IfcFaceBound ( IfcLoop l, bool orientation ) : System

Protected Methods

Method Description
BuildStringSTEP ( ) : string
Parse ( string str, int &pos, int len ) : void

Private Methods

Method Description
IfcFaceBound ( ) : System
IfcFaceBound ( DatabaseIfc db, IfcFaceBound b ) : System
Parse ( string str ) : IfcFaceBound

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcFaceBound() public method

public IfcFaceBound ( IfcLoop l, bool orientation ) : System
l IfcLoop
orientation bool
return System

Parse() protected method

protected Parse ( string str, int &pos, int len ) : void
str string
pos int
len int
return void