Пример #1
0
 public IfcRelAssignsToActor(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, List <IfcObjectDefinition> relatedObjects, IfcObjectTypeEnum relatedObjectsType, IfcActor relatingActor, IfcActorRole actingRole) : base(globalId, ownerHistory, name, description, relatedObjects, relatedObjectsType)
 {
     RelatingActor = relatingActor;
     ActingRole    = actingRole;
 }