C# Class GeometryGym.Ifc.IfcLightSource

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

Protected Methods

Method Description
BuildStringSTEP ( ) : string
IfcLightSource ( ) : System
IfcLightSource ( DatabaseIfc db, IfcLightSource l ) : System
Parse ( string str, int &pos, int len ) : void

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcLightSource() protected method

protected IfcLightSource ( ) : System
return System

IfcLightSource() protected method

protected IfcLightSource ( DatabaseIfc db, IfcLightSource l ) : System
db DatabaseIfc
l IfcLightSource
return System

Parse() protected method

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