C# Class GeometryGym.Ifc.IfcLine

Inheritance: IfcCurve
ファイルを表示 Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Public Methods

Method Description
IfcLine ( IfcCartesianPoint point, IfcVector dir ) : System

Protected Methods

Method Description
BuildStringSTEP ( ) : string

Private Methods

Method Description
IfcLine ( ) : System
IfcLine ( DatabaseIfc db, IfcLine l ) : System
Parse ( string str ) : IfcLine
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcLine() public method

public IfcLine ( IfcCartesianPoint point, IfcVector dir ) : System
point IfcCartesianPoint
dir IfcVector
return System