Свойство | Type | Description | |
---|---|---|---|
CreateInstance | object | ||
FormatDateTime | string | ||
FormatList | string | ||
FormatString | string | ||
FormatValue | string | ||
LoadFields | void | ||
ParseConstructor | object | ||
ParseField | void | ||
ParseList | System.Collections.IList | ||
ParseObject | object | ||
ParseString | string | ||
ParseType | |||
ParseValue | object | ||
ReadCommand | void | ||
ReadFile | void | ||
ReadNext | string |
Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
FormatFields ( object o ) : string | ||
FormatSPF ( Stream stream, Type>.Dictionary |
||
FormatSPF ( string file, Type>.Dictionary |
Encapsulates a STEP Physical File (ISO-10303-21)
|
|
InitHeaders ( string filename, string schema ) : void | ||
Load ( ) : void | ||
LoadMarkup ( ) : string |
Reads file and generates HTML markup
|
|
Save ( ) : void |
Méthode | Description | |
---|---|---|
FormatConstructor ( object o ) : string |
Méthode | Description | |
---|---|---|
CreateInstance ( |
||
FormatDateTime ( System.DateTime value ) : string | ||
FormatList ( System list ) : string | ||
FormatString ( string value ) : string | ||
FormatValue ( object o ) : string | ||
LoadFields ( object instance, string line ) : void | ||
ParseConstructor ( string line ) : object | ||
ParseField ( |
||
ParseList ( |
||
ParseObject ( string strval ) : object | ||
ParseString ( string encoded ) : string | ||
ParseType ( string line ) : |
||
ParseValue ( |
||
ReadCommand ( string line ) : void |
Reads an ISO-STEP command and populates broker according to scope
|
|
ReadFile ( ) : void |
Reads file either parsing objects or fields
|
|
ReadNext ( |
protected FormatConstructor ( object o ) : string | ||
o | object | |
Résultat | string |
public FormatSPF ( Stream stream, Type>.Dictionary |
||
stream | Stream | |
typemap | Type>.Dictionary | |
instances | SEntity>.Dictionary | |
Résultat | System |
public FormatSPF ( string file, Type>.Dictionary |
||
file | string | Required file path |
typemap | Type>.Dictionary | |
instances | SEntity>.Dictionary | Optional map of instance identifiers and objects (specified if saving) |
Résultat | System |
public InitHeaders ( string filename, string schema ) : void | ||
filename | string | |
schema | string | |
Résultat | void |