Example #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;
 }
Example #2
0
        }                                                // optional


        /// <summary>
        /// Construct a IfcRelAssignsToActor with all required attributes.
        /// </summary>
        public IfcRelAssignsToActor(IfcGloballyUniqueId globalId, List <IfcObjectDefinition> relatedObjects, IfcActor relatingActor) : base(globalId, relatedObjects)
        {
            RelatingActor = relatingActor;
        }