Свойство | Type | Description | |
---|---|---|---|
GetKeyWord | void | ||
LineParser | |||
ParseLine | |||
TryGetDouble | bool | ||
cv_from_64 | uint | ||
cv_to_64 | void | ||
extractDerivedMeasureValue | IfcDerivedMeasureValue | ||
extractMeasureValue | IfcMeasureValue | ||
extractSimpleValue | IfcSimpleValue | ||
extractValue | IfcValue | ||
parseColour | IfcColour | ||
parseColourOrFactor | IfcColourOrFactor | ||
parseDerivedMeasureValue | IfcDerivedMeasureValue | ||
parseMeasureValue | IfcMeasureValue | ||
parseSimpleValue | IfcSimpleValue | ||
parseValue | IfcValue |
Méthode | Description | |
---|---|---|
Decode ( string str ) : string | ||
DecodeGlobalID ( string guid ) : System.Guid |
Reconstruction of the GUID from an IFC GUID string (base64)
|
|
Encode ( string str ) : string | ||
EncodeGuid ( System.Guid guid ) : string |
Conversion of a GUID to a string representing the GUID
|
|
LogicalToString ( IfcLogicalEnum l ) : string | ||
ParseIFCLogical ( string str ) : IfcLogicalEnum | ||
StripLogical ( string s, int &pos, int len ) : IfcLogicalEnum |
Méthode | Description | |
---|---|---|
GetKeyWord ( string line, int &ifcID, string &keyword, string &def ) : void | ||
LineParser ( string keyword, string str, ReleaseVersion schema ) : |
||
ParseLine ( string line, ReleaseVersion schema ) : |
||
TryGetDouble ( IfcValue v, double &val ) : bool | ||
cv_from_64 ( char str, int start, int len ) : uint |
The reverse function to calculate the number from the characters
|
|
cv_to_64 ( uint number, char &result, int start, int len ) : void |
Conversion of an integer into characters with base 64 using the table base64Chars
|
|
extractDerivedMeasureValue ( |
||
extractMeasureValue ( |
||
extractSimpleValue ( |
||
extractValue ( string keyword, string value ) : IfcValue | ||
parseColour ( string str ) : IfcColour | ||
parseColourOrFactor ( string str ) : IfcColourOrFactor | ||
parseDerivedMeasureValue ( string str ) : IfcDerivedMeasureValue | ||
parseMeasureValue ( string str ) : IfcMeasureValue | ||
parseSimpleValue ( string str ) : IfcSimpleValue | ||
parseValue ( string str ) : IfcValue |
public static Decode ( string str ) : string | ||
str | string | |
Résultat | string |
public static DecodeGlobalID ( string guid ) : System.Guid | ||
guid | string | The GUID string to convert. Must be 22 characters int |
Résultat | System.Guid |
public static Encode ( string str ) : string | ||
str | string | |
Résultat | string |
public static EncodeGuid ( System.Guid guid ) : string | ||
guid | System.Guid | The GUID to convert |
Résultat | string |
public static LogicalToString ( IfcLogicalEnum l ) : string | ||
l | IfcLogicalEnum | |
Résultat | string |
public static ParseIFCLogical ( string str ) : IfcLogicalEnum | ||
str | string | |
Résultat | IfcLogicalEnum |
public static StripLogical ( string s, int &pos, int len ) : IfcLogicalEnum | ||
s | string | |
pos | int | |
len | int | |
Résultat | IfcLogicalEnum |