C# Class GeometryGym.Ifc.IfcEdgeLoop

Inheritance: IfcLoop
Show file Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Public Methods

Method Description
IfcEdgeLoop ( GeometryGym.Ifc.IfcOrientedEdge edge ) : System
IfcEdgeLoop ( GeometryGym.Ifc.IfcOrientedEdge edge1, GeometryGym.Ifc.IfcOrientedEdge edge2 ) : System
IfcEdgeLoop ( List edges ) : System

Protected Methods

Method Description
BuildStringSTEP ( ) : string

Private Methods

Method Description
IfcEdgeLoop ( ) : System
IfcEdgeLoop ( DatabaseIfc db, IfcEdgeLoop l ) : System
IfcEdgeLoop ( List vertex ) : System
Parse ( string str ) : IfcEdgeLoop

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcEdgeLoop() public method

public IfcEdgeLoop ( GeometryGym.Ifc.IfcOrientedEdge edge ) : System
edge GeometryGym.Ifc.IfcOrientedEdge
return System

IfcEdgeLoop() public method

public IfcEdgeLoop ( GeometryGym.Ifc.IfcOrientedEdge edge1, GeometryGym.Ifc.IfcOrientedEdge edge2 ) : System
edge1 GeometryGym.Ifc.IfcOrientedEdge
edge2 GeometryGym.Ifc.IfcOrientedEdge
return System

IfcEdgeLoop() public method

public IfcEdgeLoop ( List edges ) : System
edges List
return System