예제 #1
0
 public IfcRelAssignsToControl(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, List <IfcObjectDefinition> relatedObjects, IfcObjectTypeEnum relatedObjectsType, IfcControl relatingControl) : base(globalId, ownerHistory, name, description, relatedObjects, relatedObjectsType)
 {
     RelatingControl = relatingControl;
 }
예제 #2
0
 /// <summary>
 /// Construct a IfcRelAssignsToControl with all required attributes.
 /// </summary>
 public IfcRelAssignsToControl(IfcGloballyUniqueId globalId, List <IfcObjectDefinition> relatedObjects, IfcControl relatingControl) : base(globalId, relatedObjects)
 {
     RelatingControl = relatingControl;
 }