Method | Description | |
---|---|---|
ExportPsd ( DocPropertySet docPset, DocPropertyEnumeration>.Dictionary |
||
ExportQto ( DocQuantitySet docPset ) : IfcDoc.Schema.PSD.QtoSetDef | ||
ExportSch ( IfcDoc schema, DocProject docProject, bool>.Dictionary |
||
ImportPsdPropertyTemplate ( IfcDoc.Schema.PSD.PropertyDef def, DocProperty docprop ) : void |
Method | Description | |
---|---|---|
CheckFilter ( |
||
EnsureValidString ( string value ) : string | ||
ExpandTemplateInheritance ( DocTemplateDefinition template, List |
Expands list to include any inherited templates
|
|
ExportCnf ( IfcDoc cnf, DocProject docProject, DocModelView docViews, bool>.Dictionary |
||
ExportCnfAttribute ( IfcDoc ent, DocAttribute docAttr, DocXsdFormatEnum xsdformat, bool tagless ) : void | ||
ExportIfc ( IfcDoc.Schema.IFC.IfcProject ifcProject, DocProject docProject, bool>.Dictionary |
||
ExportIfcPropertyTemplate ( DocProperty docProp, IfcDoc.Schema.IFC.IfcLibraryInformation ifcLibInfo, DocPropertyEnumeration>.Dictionary |
||
ExportMvd ( |
||
ExportMvdConcept ( |
||
ExportMvdConceptRoot ( |
||
ExportMvdItem ( DocTemplateItem docRule ) : |
||
ExportMvdObject ( |
Helper function to populate attributes
|
|
ExportMvdRule ( |
||
ExportMvdTemplate ( |
||
ExportPsdProperty ( DocProperty docProp, IfcDoc.Schema.PSD.PropertyDef prop, DocPropertyEnumeration>.Dictionary |
||
ExportSchRule ( IfcDoc.Schema.SCH.rule r, List |
||
GetSchemata ( |
||
ImportCnf ( IfcDoc cnf, DocProject docProject, DocModelView docView ) : void | ||
ImportCnfAttribute ( IfcDoc exp_attribute, bool keep, Schema tagless, DocEntity docEntity, DocAttribute docAttribute, DocModelView docView ) : void | ||
ImportMvd ( |
||
ImportMvdCardinality ( DocModelRule docRule, CardinalityType cardinality ) : void | ||
ImportMvdConcept ( |
||
ImportMvdItem ( |
||
ImportMvdObject ( |
Helper function to populate attributes
|
|
ImportMvdRule ( |
||
ImportMvdTemplate ( |
||
ImportVex ( IfcDoc.Schema.VEX.SCHEMATA schemata, DocProject docProject, bool updateDescriptions ) : DocSchema |
Creates a documentation schema from a VEX schema
|
|
ImportVexLine ( IfcDoc.Schema.VEX.OBJECT_LINE_LAYOUT layout, IfcDoc.Schema.VEX.TEXT_LAYOUT textlayout, List |
||
ImportVexRectangle ( DocDefinition docDefinition, IfcDoc.Schema.VEX.RECTANGLE rectangle, IfcDoc.Schema.VEX.SCHEMATA schemata ) : void | ||
ImportXsd ( IfcDoc schema, DocProject docProject ) : DocSchema | ||
ImportXsdAnnotation ( IfcDoc annotation ) : string | ||
ImportXsdAttribute ( IfcDoc att, DocSchema docSchema, DocEntity docEntity ) : void | ||
ImportXsdComplex ( IfcDoc complex, DocSchema docSchema, DocEntity docEntity ) : void | ||
ImportXsdElement ( IfcDoc sub, DocEntity docEntity, bool list ) : void | ||
ImportXsdSimple ( IfcDoc simple, DocSchema docSchema, string name ) : void | ||
ImportXsdType ( string xsdtype ) : string | ||
LookupEntity ( DocProject project, string name ) : DocEntity | ||
Main ( string args ) : void |
public static ExportPsd ( DocPropertySet docPset, DocPropertyEnumeration>.Dictionary |
||
docPset | DocPropertySet | |
mapEnum | DocPropertyEnumeration>.Dictionary | |
return | IfcDoc.Schema.PSD.PropertySetDef |
public static ExportQto ( DocQuantitySet docPset ) : IfcDoc.Schema.PSD.QtoSetDef | ||
docPset | DocQuantitySet | |
return | IfcDoc.Schema.PSD.QtoSetDef |
public static ExportSch ( IfcDoc schema, DocProject docProject, bool>.Dictionary |
||
schema | IfcDoc | |
docProject | DocProject | |
included | bool>.Dictionary | |
return | void |
public static ImportPsdPropertyTemplate ( IfcDoc.Schema.PSD.PropertyDef def, DocProperty docprop ) : void | ||
def | IfcDoc.Schema.PSD.PropertyDef | |
docprop | DocProperty | |
return | void |