Esempio n. 1
0
 public IfcDraughtingCalloutRelationship(IfcLabel?__Name, IfcText?__Description, IfcDraughtingCallout __RelatingDraughtingCallout, IfcDraughtingCallout __RelatedDraughtingCallout)
 {
     this._Name        = __Name;
     this._Description = __Description;
     this._RelatingDraughtingCallout = __RelatingDraughtingCallout;
     this._RelatedDraughtingCallout  = __RelatedDraughtingCallout;
 }
Esempio n. 2
0
 public IfcDimensionPair(IfcLabel?__Name, IfcText?__Description, IfcDraughtingCallout __RelatingDraughtingCallout, IfcDraughtingCallout __RelatedDraughtingCallout)
     : base(__Name, __Description, __RelatingDraughtingCallout, __RelatedDraughtingCallout)
 {
 }