New feature to read pset template files

This commit is contained in:
Dion Moult
2020-04-24 17:14:07 +10:00
parent a90ad6e16c
commit 9ad57d658e
8 changed files with 268 additions and 19 deletions
@@ -0,0 +1,14 @@
ISO-10303-21;
HEADER;
FILE_DESCRIPTION((),'2;1');
FILE_NAME('Pset_Custom.ifc','2020-01-01T00:00:00',(),(),'Sample','Sample',$);
FILE_SCHEMA(('IFC4'));
ENDSEC;
DATA;
#1= IFCPROPERTYSETTEMPLATE('05N2Dhepb9ouTCSmWBh22D',$,'Custom_Pset','An example custom pset.',.PSET_TYPEDRIVENOVERRIDE.,'IfcObject',(#2,#3));
#2= IFCSIMPLEPROPERTYTEMPLATE('37EpTDq4v96gTZh196BBXQ',$,'NumericProperty','An example numeric property',.P_SINGLEVALUE.,'IfcCountMeasure','',$,$,$,$,.READWRITE.);
#3= IFCSIMPLEPROPERTYTEMPLATE('22H7CzDvz1XfVHKkGWoYUK',$,'StringProperty','An example string property',.P_SINGLEVALUE.,'IfcLabel','',$,$,$,$,.READWRITE.);
ENDSEC;
END-ISO-10303-21;
@@ -1,5 +0,0 @@
Reference,myref
Status,TEMPORARY
FireRating,2HR
AcousticRating,0.5R
IsExternal,True
1 Reference myref
2 Status TEMPORARY
3 FireRating 2HR
4 AcousticRating 0.5R
5 IsExternal True
@@ -1,8 +0,0 @@
Reference,Some reference
Status,EXISTING
Style,Some style
NominalHeight,1.2
NominalLength,1.3
NominalDepth,1.5
MainColor,Blue
IsBuiltIn,Uh-huh
1 Reference Some reference
2 Status EXISTING
3 Style Some style
4 NominalHeight 1.2
5 NominalLength 1.3
6 NominalDepth 1.5
7 MainColor Blue
8 IsBuiltIn Uh-huh
@@ -1 +0,0 @@
MainColor,Red
1 MainColor Red