コード例 #1
0
 public IfcRelAssignsToResource(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, List <IfcObjectDefinition> relatedObjects, IfcObjectTypeEnum relatedObjectsType, IfcResourceSelect relatingResource) : base(globalId, ownerHistory, name, description, relatedObjects, relatedObjectsType)
 {
     RelatingResource = relatingResource;
 }
コード例 #2
0
 /// <summary>
 /// Construct a IfcRelAssignsToResource with all required attributes.
 /// </summary>
 public IfcRelAssignsToResource(IfcGloballyUniqueId globalId, List <IfcObjectDefinition> relatedObjects, IfcResourceSelect relatingResource) : base(globalId, relatedObjects)
 {
     RelatingResource = relatingResource;
 }