Exemplo n.º 1
0
 public IfcClassificationItem(IfcClassificationNotationFacet __Notation, IfcClassification __ItemOf, IfcLabel __Title)
 {
     this._Notation = __Notation;
     this._ItemOf   = __ItemOf;
     this._Title    = __Title;
 }
Exemplo n.º 2
0
 public IfcClassificationReference(IfcLabel?__Location, IfcIdentifier?__ItemReference, IfcLabel?__Name, IfcClassification __ReferencedSource)
     : base(__Location, __ItemReference, __Name)
 {
     this._ReferencedSource = __ReferencedSource;
 }