C# Class GeometryGym.Ifc.IfcIndexedColourMap

Inheritance: GeometryGym.Ifc.IfcPresentationItem
Show file Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Public Methods

Method Description
IfcIndexedColourMap ( IfcTessellatedFaceSet fs, IfcColourRgbList colours, IEnumerable colourindex ) : System

Protected Methods

Method Description
BuildStringSTEP ( ) : string
parseFields ( List arrFields, int &ipos ) : void

Private Methods

Method Description
IfcIndexedColourMap ( ) : System
IfcIndexedColourMap ( DatabaseIfc db, IfcIndexedColourMap m ) : System
Parse ( string strDef ) : IfcIndexedColourMap
postParseRelate ( ) : void

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcIndexedColourMap() public method

public IfcIndexedColourMap ( IfcTessellatedFaceSet fs, IfcColourRgbList colours, IEnumerable colourindex ) : System
fs IfcTessellatedFaceSet
colours IfcColourRgbList
colourindex IEnumerable
return System

parseFields() protected method

protected parseFields ( List arrFields, int &ipos ) : void
arrFields List
ipos int
return void