C# Class GeometryGym.Ifc.IfcVector

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

Private Properties

Property Type Description
IfcVector System
IfcVector System
Parse IfcVector
ParseXml void
SetXML void

Public Methods

Method Description
IfcVector ( DatabaseIfc db, Vector3d v ) : System
IfcVector ( IfcDirection orientation, double magnitude ) : System

Protected Methods

Method Description
BuildStringSTEP ( ) : string

Private Methods

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

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcVector() public method

public IfcVector ( DatabaseIfc db, Vector3d v ) : System
db DatabaseIfc
v Vector3d
return System

IfcVector() public method

public IfcVector ( IfcDirection orientation, double magnitude ) : System
orientation IfcDirection
magnitude double
return System