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